- Added early support for app switching on Gnome

This commit is contained in:
Ben Reaves
2020-02-26 18:15:46 -06:00
parent c6292ee34a
commit c4db31bdf0
4 changed files with 67 additions and 54 deletions

View File

@@ -4,3 +4,6 @@ setxkbmap -option
# force command to run silently and report true
killall xbindkeys > /dev/null 2>&1 || :
# rm /tmp/kinto/caret
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Alt>Tab']"