[gnome-tweak-tool/hot-corner] keymouse: Add Hot Corner tweak
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool/hot-corner] keymouse: Add Hot Corner tweak
- Date: Mon, 2 Oct 2017 18:15:38 +0000 (UTC)
commit 35727ab6286008a8fa7fc34323bdccdca376927d
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Thu Jun 8 22:30:15 2017 -0400
keymouse: Add Hot Corner tweak
gtweak/tweaks/tweak_group_keymouse.py | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_keymouse.py b/gtweak/tweaks/tweak_group_keymouse.py
index ffd4067..7b711ec 100644
--- a/gtweak/tweaks/tweak_group_keymouse.py
+++ b/gtweak/tweaks/tweak_group_keymouse.py
@@ -21,6 +21,10 @@ from gi.repository import GLib, Gtk
import gtweak
from gtweak.widgets import ListBoxTweakGroup, GSettingsComboTweak, GSettingsSwitchTweak,
GSettingsSwitchTweakValue, _GSettingsTweak, GetterSetterSwitchTweak, Title, GSettingsComboEnumTweak,
build_label_beside_widget
+from gtweak.gshellwrapper import GnomeShellFactory
+
+_shell = GnomeShellFactory().get_shell()
+_shell_loaded = _shell is not None
class KeyThemeSwitcher(GSettingsSwitchTweakValue):
def __init__(self, **options):
@@ -78,6 +82,12 @@ TWEAK_GROUPS = [
KeyThemeSwitcher(),
OverviewShortcutTweak(),
Title(_("Mouse"), ""),
+ GSettingsSwitchTweak(_("Hot Corner"),
+ "org.gnome.shell",
+ "enable-hot-corners",
+ # Translators: For RTL languages, this is the "Right" direction
+ desc=_("Open the Activities Overview when mouse enters top left corner"),
+ loaded=_shell_loaded),
GSettingsComboEnumTweak(_("Acceleration Profile"),
"org.gnome.desktop.peripherals.mouse",
"accel-profile",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]