7 lines
164 B
Bash
7 lines
164 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
export WLR_BACKENDS=headless
|
||
|
|
export WLR_RENDERER=pixman
|
||
|
|
export WLR_LIBINPUT_NO_DEVICES=1
|
||
|
|
nohup sway &
|
||
|
|
WAYLAND_DISPLAY=wayland-1 wayvnc 0.0.0.0
|