From e9d8fce3f951080460b43d8f8202e3e38b901f3f Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sun, 19 Dec 2021 23:29:49 +0100 Subject: [PATCH] Added ActivityWatch to autostart --- bspwm/.config/bspwm/autostart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bspwm/.config/bspwm/autostart b/bspwm/.config/bspwm/autostart index 3be2eb8..72b1242 100755 --- a/bspwm/.config/bspwm/autostart +++ b/bspwm/.config/bspwm/autostart @@ -67,6 +67,9 @@ caffeine >/dev/null 2>&1 & sleep 3 & ulauncher --hide-window >/dev/null 2>&1 & +## Activity watch +aw-qt >/dev/null 2>&1 & + ## Desktop entries in autostart dex -as ~/.config/autostart/ &