aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2023-04-27 14:00:51 -0700
committerRaul Benencia <rul@kalgan.cc>2023-04-27 14:01:43 -0700
commit6401a151d80c79f84cb80a67a1cd936776f35865 (patch)
treef4108d7d2a6533bf4b2bb92ac9d62953e96fc046 /bin
parenta2baf379cd0a973a88286df5dc39b593c0d4bed5 (diff)
gnome: add wm mgmt shortcuts
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gnome3-dconf-bindings13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/gnome3-dconf-bindings b/bin/gnome3-dconf-bindings
new file mode 100755
index 0000000..105c8f1
--- /dev/null
+++ b/bin/gnome3-dconf-bindings
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['<Super>1']"
+dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-2 "['<Super>2']"
+dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-3 "['<Super>3']"
+dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-4 "['<Super>4']"
+dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-5 "['<Super>5']"
+
+dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-1 "['<Shift><Super>1']"
+dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-2 "['<Shift><Super>2']"
+dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-3 "['<Shift><Super>3']"
+dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-4 "['<Shift><Super>4']"
+dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-5 "['<Shift><Super>5']"
nihil fit ex nihilo