fix wayvnc
This commit is contained in:
parent
e6d96c38ea
commit
7e3bc88fc4
@ -16,8 +16,8 @@ output * bg "$(find ~/.wallpaper -type f | shuf -n 1)" fill
|
|||||||
#systemctl --user enable --now dbus.service
|
#systemctl --user enable --now dbus.service
|
||||||
exec mako --anchor top-right --default-timeout 4000 --icons 1 --actions 1 --output $primary
|
exec mako --anchor top-right --default-timeout 4000 --icons 1 --actions 1 --output $primary
|
||||||
|
|
||||||
exec wayvnc -o $primary -S "$(mktemp --dry-run --tmpdir="${XDG_RUNTIME_DIR}" wayvnc.XXXXXXXXXX)" 127.0.0.1 5900
|
exec_always wayvnc -o $primary -S "$(mktemp --dry-run --tmpdir="${XDG_RUNTIME_DIR}" wayvnc.XXXXXXXXXX)" 127.0.0.1 5900
|
||||||
exec wayvnc -o $secondary -S "$(mktemp --dry-run --tmpdir="${XDG_RUNTIME_DIR}" wayvnc.XXXXXXXXXX)" 127.0.0.1 5901
|
exec_always wayvnc -o $secondary -S "$(mktemp --dry-run --tmpdir="${XDG_RUNTIME_DIR}" wayvnc.XXXXXXXXXX)" 127.0.0.1 5901
|
||||||
|
|
||||||
exec --no-startup-id pomodoro daemon
|
exec --no-startup-id pomodoro daemon
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user