Skip to content

Commit

Permalink
re-add close button to openbox window config so that we can close app
Browse files Browse the repository at this point in the history
windows.
  • Loading branch information
jens-maus committed Sep 24, 2024
1 parent 665e6e9 commit 5ef7da0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion buildroot-external/rootfs-overlay/etc/xdg/openbox/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<theme>
<name>Clearlooks</name>
<titleLayout>LM</titleLayout>
<titleLayout>CLM</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
N: window icon
Expand Down Expand Up @@ -370,6 +370,18 @@
<action name="GoToDesktop"><to>next</to></action>
</mousebind>
</context>

<context name="Close">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="Close"/>
</mousebind>
</context>

</mouse>

<menu>
Expand Down

0 comments on commit 5ef7da0

Please sign in to comment.