Skip to content

Commit 73491a1

Browse files
docs: use correct variable (#77)
1 parent e4c6d81 commit 73491a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add these lines to your Sway config file:
7676

7777
```
7878
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
79-
exec mkfifo $SWAYSOCK.wob && tail -f $WOBSOCK | wob
79+
exec mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
8080
```
8181

8282
Volume using alsa:

0 commit comments

Comments
 (0)