From 53a733e7364bd7b45e37608e7e159854d08ad102 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Wed, 4 Jan 2023 10:35:30 +0100 Subject: [PATCH] Fix no starting without input devices. --- maschinenplatzpi/home/pi/.bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/maschinenplatzpi/home/pi/.bash_profile b/maschinenplatzpi/home/pi/.bash_profile index eaa9338..a143129 100644 --- a/maschinenplatzpi/home/pi/.bash_profile +++ b/maschinenplatzpi/home/pi/.bash_profile @@ -7,6 +7,7 @@ # On first virtual console, try to start sway: if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ] then + export WLR_LIBINPUT_NO_DEVICES=1 export XKB_DEFAULT_OPTIONS="numpad:mac" exec cage qiosk file:///home/pi/index.html fi -- 2.34.1