0

I've noticed that the classical title bars are missing from Nautilus and Document Viewer. It has been going for a sleeker hidden title bar. However, I prefer the older version. Is there anyway to bring back normal title bars?

ricitron
  • 162

1 Answers1

2

You can get your classical title bar back by installing gtk3-nocsd using Synaptic package manager or the command line:

sudo apt install gtk3-nocsd

While this will perfectly answers your question as you asked it, note that this will not bring back a classical menu bar. This package merely returns control of the windows decorations (titlebar, window control buttons) to your window manager.

More information on how to configure the tool can be found on the projects Github page.

vanadium
  • 97,564