refactor: Starts firefox inside cage
This commit is contained in:
parent
8538c63c45
commit
502e332180
1 changed files with 1 additions and 1 deletions
|
|
@ -75,6 +75,6 @@ chown -R kiosk:kiosk /home/kiosk/.config
|
||||||
|
|
||||||
tee /home/kiosk/.bash_profile > /dev/null <<'EOF'
|
tee /home/kiosk/.bash_profile > /dev/null <<'EOF'
|
||||||
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
exec sway
|
exec cage firefox --kiosk https://c3nav.de
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
Loading…
Add table
Add a link
Reference in a new issue