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