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 <dvh...@linux.intel.com>
Cc: John Stowers <john.stow...@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

_______________________________________________
gnome-shell-list mailing list
gnome-shell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-shell-list

Reply via email to