Skip to content

Customize window

By default the fullscreen width and height of the output is used. Add --window-width <width> --window-height <height> to your cage_xtmapper.sh command-line to use a custom width and height.
For example to use a 1280x720 window size:

Terminal window
cage_xtmapper.sh ... --window-width 1280 --window-height 720

cage-xtmapper patches wlroots to not show the title bar by default for a borderless experience. To show the title bar, add --window-show-title-bar to your cage_xtmapper.sh command-line.

Terminal window
cage_xtmapper.sh ... --window-show-title-bar