Skip to content

Commit 918ef47

Browse files
committed
fix no_full
1 parent a3784fa commit 918ef47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/init-selkies-config

root/etc/s6-overlay/s6-rc.d/init-selkies-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
# Fullscreen everything in openbox unless the user explicitly disables it
3737
if [[ ! -z ${NO_FULL+x} ]] && [[ ! -f /fulllock ]]; then
3838
sed -i \
39-
'/<application class="\*"><maximized>yes<\/maximized><\/application>/d' \
39+
's|<maximized>yes</maximized>||g' \
4040
/etc/xdg/openbox/rc.xml
4141
touch /fulllock
4242
fi

0 commit comments

Comments
 (0)