sway/config: don't create wob socket via exec
Instead, use a systemd socket unit (wob.socket) that triggers the wob.service unit.
This commit is contained in:
parent
0f454dd3a1
commit
154bffbc82
@ -57,7 +57,6 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||
|
||||
# Wayland overlay bar for sound and brightness level
|
||||
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
|
||||
exec mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user