aboutsummaryrefslogtreecommitdiff
path: root/bin/gnome3-keybindings
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2023-11-25 07:54:19 -0800
committerRaul Benencia <raul@thousandeyes.com>2023-11-25 07:54:19 -0800
commit7ac8d682c9496bbac9350b1fca2673f15a70a279 (patch)
tree7ebfeb36a83332d9c1d0f8c4526fc743df07b2ca /bin/gnome3-keybindings
parent032f792e429a5e0a2c657b71703c446eeeef59b8 (diff)
gnome-shell: wm keybindings
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