- Updated script to report back true if there is no program to end or cleanup

This commit is contained in:
Ryan Reaves
2020-02-19 00:32:38 -06:00
parent 1a482e3c8c
commit b846b29ff1

View File

@@ -1,5 +1,6 @@
#!/bin/bash
setxkbmap -option
killall xbindkeys > /dev/null 2>&1
# force command to run silently and report true
killall xbindkeys > /dev/null 2>&1 || :
# rm /tmp/kinto/caret