Fix GNOME
This commit is contained in:
parent
c747998670
commit
38aac0904f
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in {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
|
Loading…
Reference in New Issue