scripts
random assortment of scripts
git clone
git://git.andersuno.nu/scripts.git
Log
|
Files
|
Refs
sxhkd.sh (78B)
1
#!/bin/sh
2
3
pgrep -x sxhkd >> /dev/null && pkill -x sxhkd >> /dev/null
4
sxhkd &