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/