diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-11-25 08:04:34 -0800 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-11-25 08:05:27 -0800 |
commit | eaf069f2a0ade65cdb6e3e848e4d54aa9419ff32 (patch) | |
tree | 55d1ead086cde203779c168d50d82c5f9492e2d3 /bin/gnome3-keybindings | |
parent | 7ac8d682c9496bbac9350b1fca2673f15a70a279 (diff) |
gnome: set workspace config
Diffstat (limited to 'bin/gnome3-keybindings')
-rwxr-xr-x | bin/gnome3-keybindings | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/gnome3-keybindings b/bin/gnome3-keybindings deleted file mode 100755 index 282fc0c..0000000 --- a/bin/gnome3-keybindings +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |