c54d22a03ac0e2137bf9ae54c2a75f23d675b8d0
5 # XXX Since this script is also named xbindkeys, we avoid suicide by:
6 # 1. not using killall;
7 # 2. using "command" (or "cmd") instead of "comm".
8 ps
-eo pid
,command |
awk '$2 ~ "^xbindkeys" {print $1}' |
xargs -I% kill %
14 notify-send
-u low
'xbindkeys' "$line"
This page took 0.067175 seconds and 5 git commands to generate.