Skip to content

Commit c8f62f5

Browse files
committed
GNOME: disable switch-to-application-1..9 keybindings (Super+1..9)
1 parent 874d5f4 commit c8f62f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DistroAgnostic/gnome/30gsettings.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,13 @@ for_each "gsettings set org.gnome.shell.keybindings " << 'BASH'
133133
show-screenshot-ui "['<Shift><Super>s']"
134134
toggle-overview "['<Control><Alt><Super>o']"
135135
toggle-message-tray "[]"
136+
gsettings set org.gnome.shell.keybindings switch-to-application-1 "[]"
137+
gsettings set org.gnome.shell.keybindings switch-to-application-2 "[]"
138+
gsettings set org.gnome.shell.keybindings switch-to-application-3 "[]"
139+
gsettings set org.gnome.shell.keybindings switch-to-application-4 "[]"
140+
gsettings set org.gnome.shell.keybindings switch-to-application-5 "[]"
141+
gsettings set org.gnome.shell.keybindings switch-to-application-6 "[]"
142+
gsettings set org.gnome.shell.keybindings switch-to-application-7 "[]"
143+
gsettings set org.gnome.shell.keybindings switch-to-application-8 "[]"
144+
gsettings set org.gnome.shell.keybindings switch-to-application-9 "[]"
136145
BASH

0 commit comments

Comments
 (0)