remove vlc sway decorations stuff

This commit is contained in:
Stefan Kempinger 2026-04-02 13:04:38 +02:00
parent 73730ab194
commit aea15b606f

View file

@ -165,6 +165,23 @@
'';
};
# # Minimal sway config for the kiosk session
# environment.etc."sway/kiosk.conf".text = ''
# output * bg #000000 solid_color
# default_border none
# hide_edge_borders both
# input * {
# xkb_layout de
# }
# for_window [app_id="vlc"] fullscreen enable, inhibit_idle open
# for_window [class="vlc"] fullscreen enable, inhibit_idle open
# for_window [title="VLC.*"] fullscreen enable, inhibit_idle open
# exec /etc/sway/kiosk-start.sh
# '';
# Minimal sway config for the kiosk session
environment.etc."sway/kiosk.conf".text = ''
output * bg #000000 solid_color
@ -175,10 +192,6 @@
xkb_layout de
}
for_window [app_id="vlc"] fullscreen enable, inhibit_idle open
for_window [class="vlc"] fullscreen enable, inhibit_idle open
for_window [title="VLC.*"] fullscreen enable, inhibit_idle open
exec /etc/sway/kiosk-start.sh
'';