[gnome-tweak-tool] patch to tweak modal windows
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool] patch to tweak modal windows
- Date: Tue, 30 Apr 2013 11:43:50 +0000 (UTC)
commit d35e95e8148017962209f430bbd567900ec89885
Author: Darren Hart <dvhart linux intel com>
Date: Mon Apr 29 22:11:00 2013 +0000
patch to tweak modal windows
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.
https://bugzilla.gnome.org/show_bug.cgi?id=699267
gtweak/tweaks/tweak_windows.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
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),
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]