We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3784fa commit 918ef47Copy full SHA for 918ef47
1 file changed
root/etc/s6-overlay/s6-rc.d/init-selkies-config/run
@@ -36,7 +36,7 @@ fi
36
# Fullscreen everything in openbox unless the user explicitly disables it
37
if [[ ! -z ${NO_FULL+x} ]] && [[ ! -f /fulllock ]]; then
38
sed -i \
39
- '/<application class="\*"><maximized>yes<\/maximized><\/application>/d' \
+ 's|<maximized>yes</maximized>||g' \
40
/etc/xdg/openbox/rc.xml
41
touch /fulllock
42
fi
0 commit comments