index
:
xmobar-config
master
a minimalistic status bar: configurations
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bin
/
toggle-app.sh
blob: 27da0d8483bfbf1171ede2a94af6e9bd82750bfb (
plain
)
1
2
3
#!/bin/bash
(
pidof
$1
&&
killall
$1
) || (
$
* &)