This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles_old/scripts/daemons.sh
2018-07-31 21:30:28 +03:00

10 lines
250 B
Bash
Executable File

#!/bin/bash
[[ ! $(pidof compton) ]] && compton
[[ ! $(pidof unclutter) ]] && unclutter
[[ ! $(pidof mpd) ]] && mpd
[[ ! $(pidof transmission-daemon) ]] && transmission-daemon
[[ ! $(pidof dunst) ]] && dunst
[[ ! $(pidof nm-applet) ]] && nm-applet