git.graph-it.com
/
graphit
/
controlpi-image.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865b8eb
)
Fix no starting without input devices.
author
Benjamin Braatz
<bb@bbraatz.eu>
Wed, 4 Jan 2023 09:35:30 +0000
(10:35 +0100)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Wed, 4 Jan 2023 09:35:30 +0000
(10:35 +0100)
maschinenplatzpi/home/pi/.bash_profile
patch
|
blob
|
history
diff --git
a/maschinenplatzpi/home/pi/.bash_profile
b/maschinenplatzpi/home/pi/.bash_profile
index eaa93380a3e5a0b4b3b4326b77aada6b038db840..a14312955b4cebaa98592f593a1cd81e9325df7f 100644
(file)
--- 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