-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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-trayalacritty 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-trayawatcher 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.
Metadata
Metadata
Assignees
Labels
No labels