we dont need this anymore
This commit is contained in:
parent
8c3f833db0
commit
d9c1c3d06f
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
## run (only once) processes which spawn with the same name
|
|
||||||
function run {
|
|
||||||
if (command -v $1 && ! pgrep $1); then
|
|
||||||
$@&
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
run picom
|
|
||||||
run nm-applet
|
|
||||||
run blueman-applet
|
|
||||||
run keepassxc
|
|
||||||
run flameshot
|
|
||||||
run discord
|
|
Loading…
Reference in a new issue