From a263839c60583d5e6fc67d1e6ca284f0b405e3fb Mon Sep 17 00:00:00 2001 From: danshick Date: Tue, 18 Feb 2020 15:31:01 -0500 Subject: [PATCH 1/2] Create FAQ.md --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..360cdb9 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,5 @@ +# FAQ + +### How can I run wayvnc in headless mode/over an ssh session? + +Set the environment variables WLR_BACKENDS=headless and WLR_LIBINPUT_NO_DEVICES=1 before starting sway, then run wayvnc as normal. From 0a390830fb1a5e143e1119663f2bdf8803e38606 Mon Sep 17 00:00:00 2001 From: danshick Date: Tue, 18 Feb 2020 17:16:03 -0500 Subject: [PATCH 2/2] Mention the FAQ in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1a72b4..17ad7a9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ running Wayland session, creates virtual input devices and exposes a single display via the RFB protocol. The Wayland session may be a headless one, so it is also possible to run wayvnc without a physical display attached. -For support, join the #wayvnc IRC channel on freenode. +Please check the [FAQ](FAQ.md) for answers to common questions. For further +support, join the #wayvnc IRC channel on freenode. ## Building ### Runtime Dependencies