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 18c402c commit c036dc6Copy full SHA for c036dc6
1 file changed
Dockerfile.aarch64
@@ -199,7 +199,7 @@ RUN \
199
sed -i \
200
-e 's/NLIMC/NLMC/g' \
201
-e '/debian-menu/d' \
202
- -e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' \
+ -e 's|</applications>| <application class="*"><maximized>yes</maximized><position force="yes"><x>0</x><y>0</y></position></application>\n</applications>|' \
203
-e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' \
204
/etc/xdg/openbox/rc.xml && \
205
echo "**** user perms ****" && \
0 commit comments