Add dotfiles

This commit is contained in:
josh
2018-08-23 16:03:16 +03:00
parent 15d8911b9e
commit 641da4c1b4
34 changed files with 1458 additions and 0 deletions

8
.scripts/daemons.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
[[ ! $(pidof compton) ]] && compton &
[[ ! $(pidof unclutter) ]] && unclutter &
[[ ! $(pidof mpd) ]] && mpd &
[[ ! $(pidof transmission-daemon) ]] && transmission-daemon &
[[ ! $(pidof dunst) ]] && dunst &