Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2023-03-07 13:45:07 +00:00
parent 9463b292c8
commit 1b70d70942
13 changed files with 622 additions and 88 deletions

View File

@@ -35,7 +35,7 @@ done
"$XDG_CONFIG_HOME/bspwm/rules"
# start some services
services=( sxhkd dunst ssh-agent ufwd{,-private,-scn,-fikus} )
services=( sxhkd dunst ssh-agent ufwd{,-private,-scn,-fikus} syncthing mpd )
for s in "${services[@]}"; do
if ! service "$s" status; then
service "$s" start