diff options
Diffstat (limited to '.config/wayland/winit')
-rwxr-xr-x | .config/wayland/winit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/wayland/winit b/.config/wayland/winit index 9a6423b..4bb25cb 100755 --- a/.config/wayland/winit +++ b/.config/wayland/winit @@ -11,6 +11,11 @@ pipewire & pipewire-pulse & sleep 3 && wireplumber & +# wob +wobpipe="${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/wobpipe" && +mkfifo "$wobpipe" && +tail -f "$wobpipe" | wob & + # screen lock disp="$(wlr-randr | grep -om1 '^[^ ]*')" timeout=60 # seconds >5 |