Fix GNOME

This commit is contained in:
Daan Vanoverloop 2022-02-04 11:05:29 +01:00
parent c747998670
commit 38aac0904f
Signed by: Danacus
GPG Key ID: F2272B50E129FC5C
1 changed files with 8 additions and 0 deletions

View File

@ -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