mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 10:36:39 +02:00
- Updated script to report back true if there is no program to end or cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
setxkbmap -option
|
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
|
# rm /tmp/kinto/caret
|
||||||
|
Reference in New Issue
Block a user