index
:
config_local_arch
aa
ca
ib
master
pp
studio
Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
etc
/
NetworkManager
/
dispatcher.d
/
90-sbar
blob: c45232da4bee4dcd5db09bd8db080326b774e165 (
plain
)
1
2
3
4
5
#!/bin/sh
case
"
$2
"
in
up
|
down
)
kill -RTMIN
+
2
$(pidof -x sbar)
;;
esac