Put minimize and maximize back on the window bars
This commit is contained in:
parent
ac2028acb2
commit
c006b2ab14
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ set_misc_preferences () {
|
||||||
gsettings set org.gnome.desktop.calendar show-weekdate true
|
gsettings set org.gnome.desktop.calendar show-weekdate true
|
||||||
|
|
||||||
# Add minimise and maximise buttons to the window title bars.
|
# Add minimise and maximise buttons to the window title bars.
|
||||||
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:close'
|
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close'
|
||||||
|
|
||||||
# Stop dialogue boxes from 'sticking' to their parent windows.
|
# Stop dialogue boxes from 'sticking' to their parent windows.
|
||||||
gsettings set org.gnome.mutter attach-modal-dialogs false
|
gsettings set org.gnome.mutter attach-modal-dialogs false
|
||||||
|
|
Loading…
Reference in a new issue