#!/bin/bash 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 "['Tab']" gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['Tab']" pkill -f /.config/kinto/xactive.sh