This commit is contained in:
olari
2018-08-06 03:07:39 +03:00
parent 1fd2020415
commit f0d66237eb
3 changed files with 10 additions and 10 deletions

View File

@@ -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 &