From ca4b3859164afc53743cc51009da839c1647d98b Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 22 Feb 2011 19:32:46 -0500 Subject: [PATCH] Remove minimize and maximize buttons from title bar The minimize and maximize buttons on the titlebar have lost much of their utility in GNOME 3: the minimize functionality is largely superceded by the ability to switch windows in the overview and conveniently use multiple workspaces, while the maximize functionality is available by drag to the top gesture or double clicking on the title bar. Removing these buttons significantly cleans up the default appearance and avoids exposing a half-done implementation of minimization. http://mail.gnome.org/archives/gnome-shell-list/2011-February/msg00192.html https://bugzilla.gnome.org/show_bug.cgi?id=604237 --- data/gnome-shell.schemas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gnome-shell.schemas b/data/gnome-shell.schemas index 80b36d1f0..24cade651 100644 --- a/data/gnome-shell.schemas +++ b/data/gnome-shell.schemas @@ -22,7 +22,7 @@ /desktop/gnome/shell/windows/button_layout gnome-shell string - :minimize,maximize,close + :close Arrangement of buttons on the titlebar