Clear app switching hotkeys in GNOME
This commit is contained in:
parent
4c30bbfc20
commit
e5f9540990
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ 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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue