From 502e332180c3fbb4b30ce7a7c2c55c4efcce1796 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Thu, 18 Dec 2025 18:17:54 +0100 Subject: [PATCH] refactor: Starts firefox inside cage --- post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_install.sh b/post_install.sh index f106c15..44423ba 100644 --- a/post_install.sh +++ b/post_install.sh @@ -75,6 +75,6 @@ chown -R kiosk:kiosk /home/kiosk/.config tee /home/kiosk/.bash_profile > /dev/null <<'EOF' if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then - exec sway + exec cage firefox --kiosk https://c3nav.de fi EOF \ No newline at end of file