remove vlc sway decorations stuff
This commit is contained in:
parent
73730ab194
commit
aea15b606f
1 changed files with 17 additions and 4 deletions
|
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue