Skip to content

Commit f593eb2

Browse files
authored
fix: error in start.sh script (#126)
1 parent 369bcb8 commit f593eb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/running-on-gnome.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ As an alternative for users of GNOME 3 and other desktop environments that don't
1010

1111
cd ~/.local/opt/activitywatch # Put your ActivityWatch install folder here
1212

13-
./aw-server/aw-server &
13+
1414
./aw-watcher-afk/aw-watcher-afk &
1515
./aw-watcher-window/aw-watcher-window & # you can add --exclude-title here to exclude window title tracking for this session only
16-
1716
notify-send "ActivityWatch started" # Optional, sends a notification when ActivityWatch is started
17+
./aw-server/aw-server;
18+
1819

1920

2021
:code:`kill.sh`:

0 commit comments

Comments
 (0)