[gnome-tweak-tool] add workspaces only on primary



commit cba8a6597a7331a4c5bd11e0cbb8ae3a9985516c
Author: John Stowers <john stowers gmail com>
Date:   Fri May 11 11:34:10 2012 +0200

    add workspaces only on primary

 gtweak/tweaks/tweak_shell.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
index 8c21de5..1d5a91d 100644
--- a/gtweak/tweaks/tweak_shell.py
+++ b/gtweak/tweaks/tweak_shell.py
@@ -229,5 +229,6 @@ TWEAK_GROUPS = (
             ShowWindowButtons(schema_filename="org.gnome.shell.gschema.xml", size_group=sg),
             GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", "lid-close-battery-action", size_group=sg),
             GSettingsComboEnumTweak("org.gnome.settings-daemon.plugins.power", "lid-close-ac-action", size_group=sg),
+            GSettingsSwitchTweak("org.gnome.shell.overrides", "workspaces-only-on-primary"),
             StaticWorkspaceTweak(size_group=sg)),
 )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]