Skip to content

Commit

Permalink
fix: Move the splash to the top left corner
Browse files Browse the repository at this point in the history
This is a simple and pragmatic solution to the splash spawning outside
of the viewport before the first connection.
  • Loading branch information
Wuestengecko committed Oct 17, 2024
1 parent 70ac827 commit 26f2b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions remote/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@
# end of the example
-->
<application type="splash">
<position force="yes"><x>50</x><y>50</y></position>
</application>
<application type="normal" title="workspace *- Capella*">
<fullscreen>yes</fullscreen>
</application>
Expand Down

0 comments on commit 26f2b3d

Please sign in to comment.