Clear app switching hotkeys in GNOME

This commit is contained in:
Josh Sherman 2024-11-04 17:01:56 -06:00
parent 4c30bbfc20
commit e5f9540990
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -27,6 +27,11 @@ stow alacritty git nvim screen vim zsh
if [[ `uname` == Darwin ]]; then
stow macos
else
# Clear SUPER+1-9 keybindings in GNOME
for i in $(seq 1 9); do
gsettings set org.gnome.shell.keybindings switch-to-application-${i} \[\];
done
fi
mkdir -p ~/.local/share/vim/undo/