Closed enricofadly closed 2 years ago
My guess is that it doesn't work because the $WOBSOCK
file already exists and that leads to mkfifo
failing.
Try changing this:
exec mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
to this:
exec rm -f $WOBSOCK && mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
in your sway config.
My guess is that it doesn't work because the
$WOBSOCK
file already exists and that leads tomkfifo
failing.Try changing this:
exec mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
to this:
exec rm -f $WOBSOCK && mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
in your sway config.
Unbelievable sir, its working like a charm, thanks sir have a nice day
WOB isn't work after i logout the sway,