diff options
Diffstat (limited to 'local/sbin')
-rwxr-xr-x | local/sbin/wayvnc1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/local/sbin/wayvnc1 b/local/sbin/wayvnc1 new file mode 100755 index 0000000..b21479d --- /dev/null +++ b/local/sbin/wayvnc1 @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +export WAYLAND_DISPLAY=wayland-1 +exec wayvnc localhost 5901 |