Add scripts

This commit is contained in:
olari
2018-07-31 21:30:28 +03:00
parent 031a4b54c1
commit da0ac3cd97
8 changed files with 78 additions and 13 deletions

9
scripts/daemons.sh Executable file
View 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