aboutsummaryrefslogtreecommitdiff
path: root/bin/gnome3-keybindings
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gnome3-keybindings')
-rwxr-xr-xbin/gnome3-keybindings7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/gnome3-keybindings b/bin/gnome3-keybindings
new file mode 100755
index 0000000..282fc0c
--- /dev/null
+++ b/bin/gnome3-keybindings
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in $(seq 1 9); do
+ gsettings set org.gnome.shell.keybindings switch-to-application-$i '[]'
+ gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-$i "['<Super>$i']"
+ gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-$i "['<Shift><Super>$i']"
+done
nihil fit ex nihilo