Add scripts
This commit is contained in:
9
scripts/daemons.sh
Executable file
9
scripts/daemons.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
[[ ! $(pidof compton) ]] && compton
|
||||
[[ ! $(pidof unclutter) ]] && unclutter
|
||||
[[ ! $(pidof mpd) ]] && mpd
|
||||
[[ ! $(pidof transmission-daemon) ]] && transmission-daemon
|
||||
[[ ! $(pidof dunst) ]] && dunst
|
||||
[[ ! $(pidof nm-applet) ]] && nm-applet
|
||||
|
||||
Reference in New Issue
Block a user