From e5f95409907441a96629757b26f7c22b722d5b21 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 4 Nov 2024 17:01:56 -0600 Subject: [PATCH] Clear app switching hotkeys in GNOME --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index d0d1bb6..f20286f 100755 --- a/install.sh +++ b/install.sh @@ -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/