[gnome-tweak-tool] windows: Add search keywords



commit 24b98aac34e593d89af3d01af8526487c947b742
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Jun 12 20:40:15 2017 -0400

    windows: Add search keywords

 gtweak/tweaks/tweak_group_windows.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_windows.py b/gtweak/tweaks/tweak_group_windows.py
index 794916f..0ac615e 100644
--- a/gtweak/tweaks/tweak_group_windows.py
+++ b/gtweak/tweaks/tweak_group_windows.py
@@ -29,7 +29,7 @@ class Focus(Gtk.ListBox, Tweak):
 
     def __init__(self, **options):
         Gtk.ListBox.__init__(self)
-        Tweak.__init__(self, _("Focus Mode"), "")
+        Tweak.__init__(self, _("Window Focus"), _("Click to Focus"))
 
         self.settings = Gio.Settings("org.gnome.desktop.wm.preferences")
         self.key_name = "focus-mode"
@@ -313,7 +313,7 @@ TWEAK_GROUPS = [
                         "org.gnome.desktop.wm.preferences",
                         "mouse-button-modifier",
                         [("disabled", _("Disabled")), ("<Alt>", "Alt"), ("<Super>", "Super")]),
-        Title(_("Window Focus"), "", uid="title-theme"),
+        Title(_("Window Focus"), _("Click to Focus"), uid="title-theme"),
         Focus(),
         GSettingsSwitchTweak(_("Raise Windows When Focused"),"org.gnome.desktop.wm.preferences", 
"auto-raise", depends_on=Focus(), depends_how=depends_how),
         Title(_("Titlebar Actions"), "", uid="title-titlebar-actions"),


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