From 453519ba354efa2d502041ce4b6f8c22d376baee Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 7 Nov 2024 12:21:44 -0600 Subject: [PATCH] Bring back SUPER+1-9 app jumping Figured out how to get things a bit more consistent over on macOS, so these guys can make their dramatic return. Definitely was a rough couple of days without them. --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index f20286f..d0d1bb6 100755 --- a/install.sh +++ b/install.sh @@ -27,11 +27,6 @@ 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/