FIX start aw from xinit

This commit is contained in:
Nathan Dwarshuis 2023-04-29 13:27:23 -04:00
parent ac7aea987a
commit 8b78d9b2ac
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ emacs-start &
seafile-applet > /dev/null 2>&1 & seafile-applet > /dev/null 2>&1 &
{{- end }} {{- end }}
{{ if .features.activitywatch -}} {{ if .features.activitywatch -}}
aw-start > /dev/null 2>&1 & aw-server > /dev/null 2>&1 &
aw-watcher-window > /dev/null 2>&1 &
aw-watcher-afk > /dev/null 2>&1 &
{{- end }} {{- end }}
flameshot > /dev/null 2>&1 & flameshot > /dev/null 2>&1 &
rofi-bw -d 3600 & rofi-bw -d 3600 &