Version of awatcher used:
Bundle
❯ awatcher --version
Activity Watcher 0.3.1
Things I have tried:
placing awatcher.desktop in ~/.config/autostart/
awatcher.desktop:
Exec=sh -c '/usr/bin/awatcher --no-tray &'
no sign of awatcher running
invoking awatcher in my i3 config:
exec --no-startup-id alacritty --class "awatcher" -e /usr/bin/awatcher --no-tray
alacritty window closes immediately on startup
invoking awatcher inside of a headless alacritty instance via my i3-config:
exec --no-startup-id alacritty --daemon --class "awatcher" -e /usr/bin/awatcher --no-tray
awatcher process doesn't exist, even though the alacritty process exists - checked with ps -ef | grep -i awa
awatcher only launches when I invoke it manually, idk why 😭
and I need a window open, for it to work. Even if I summon an alacritty daemon manually it doesn't work
or if I do a sh -c awatcher --no-tray & it needs at least one terminal window open it seems, and I have no idea why.
Version of awatcher used:
Things I have tried:
placing
awatcher.desktopin~/.config/autostart/awatcher.desktop:invoking awatcher in my i3 config:
invoking awatcher inside of a headless alacritty instance via my i3-config:
awatcher only launches when I invoke it manually, idk why 😭
and I need a window open, for it to work. Even if I summon an alacritty daemon manually it doesn't work
or if I do a
sh -c awatcher --no-tray &it needs at least one terminal window open it seems, and I have no idea why.