Skip to content

Commit

Permalink
fix: Only fullscreen the main window in Openbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko authored and MoritzWeber0 committed Nov 1, 2024
1 parent 0702d13 commit 98c902a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion remote/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,13 @@
# end of the example
-->
<application name="Capella">
<application type="normal" title="*- Capella*">
<fullscreen>yes</fullscreen>
</application>
<application type="normal" title="*- Papyrus*">
<fullscreen>yes</fullscreen>
</application>
<application type="normal" title="*- Eclipse*">
<fullscreen>yes</fullscreen>
</application>
</applications>
Expand Down

0 comments on commit 98c902a

Please sign in to comment.