We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369bcb8 commit f593eb2Copy full SHA for f593eb2
src/running-on-gnome.rst
@@ -10,11 +10,12 @@ As an alternative for users of GNOME 3 and other desktop environments that don't
10
11
cd ~/.local/opt/activitywatch # Put your ActivityWatch install folder here
12
13
- ./aw-server/aw-server &
+
14
./aw-watcher-afk/aw-watcher-afk &
15
./aw-watcher-window/aw-watcher-window & # you can add --exclude-title here to exclude window title tracking for this session only
16
-
17
notify-send "ActivityWatch started" # Optional, sends a notification when ActivityWatch is started
+ ./aw-server/aw-server;
18
19
20
21
:code:`kill.sh`:
0 commit comments