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.
This commit is contained in:
Josh Sherman 2024-11-07 12:21:44 -06:00
parent e5f9540990
commit 453519ba35
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -27,11 +27,6 @@ stow alacritty git nvim screen vim zsh
if [[ `uname` == Darwin ]]; then if [[ `uname` == Darwin ]]; then
stow macos 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 fi
mkdir -p ~/.local/share/vim/undo/ mkdir -p ~/.local/share/vim/undo/