[PATCH] teak-tool: Add attach-modal-dialog tweak



Enable use to disable attached modal dialogs, where the dialogs are
centered in the parent window and drag the parent window around with
them when the user attempts to move them.

Signed-off-by: Darren Hart <dvhart linux intel com>
Cc: John Stowers <john stowers gmail com>
---
 gtweak/tweaks/tweak_windows.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gtweak/tweaks/tweak_windows.py b/gtweak/tweaks/tweak_windows.py
index 7e4f427..3182281 100644
--- a/gtweak/tweaks/tweak_windows.py
+++ b/gtweak/tweaks/tweak_windows.py
@@ -52,4 +52,5 @@ TWEAKS = (
                         group_name=TWEAK_GROUP_WINDOWS),
     GSettingsSwitchTweak("org.gnome.desktop.wm.preferences", "resize-with-right-button", 
group_name=TWEAK_GROUP_WINDOWS),
     GSettingsSwitchTweak("org.gnome.desktop.wm.preferences", "raise-on-click", 
group_name=TWEAK_GROUP_WINDOWS),
+    GSettingsSwitchTweak("org.gnome.shell.overrides", "attach-modal-dialogs", 
schema_filename="org.gnome.shell.gschema.xml", group_name=TWEAK_GROUP_WINDOWS),
 )
-- 
1.8.1.2



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