Update
This commit is contained in:
@@ -1,9 +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
|
||||
[[ ! $(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