- Basic cleanup of old files

This commit is contained in:
Ben Reaves
2020-10-24 19:22:26 -05:00
parent 3f573c6d61
commit 89701595fb
25 changed files with 0 additions and 344 deletions

View File

@@ -0,0 +1,10 @@
#!/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 "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Alt>Tab']"
pkill -f /.config/kinto/xactive.sh