Skip to content

Commit

Permalink
Merge pull request #336 from DSD-DBS/fullscreen-main-window-only
Browse files Browse the repository at this point in the history
fix: Only fullscreen the main window in Openbox
  • Loading branch information
MoritzWeber0 authored Nov 1, 2024
2 parents 6d0eebd + 98c902a commit 7e4f85f
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 7e4f85f

Please sign in to comment.