From: Benjamin Braatz Date: Wed, 4 Jan 2023 09:35:30 +0000 (+0100) Subject: Fix no starting without input devices. X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=53a733e7364bd7b45e37608e7e159854d08ad102;p=graphit%2Fcontrolpi-image.git Fix no starting without input devices. --- 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