Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8042

Raspberry Pi OS • Re: Hide titlebar/decorations on wayland

$
0
0
I just want to open two different websites side by side in Chromium. I just need a clean split view where I can monitor both sites at once.
How can I achieve this?

Code:

sudo mousepad /etc/xdg/labwc/rc.xml
in the window rules section, add

Code:

<windowRule identifier="chromium" serverDecoration="no"/>
reboot

now you can open 2 chromium & use super key + arrow keys to place the windows left/right/up/down
This seemed to work when opening the chrome manually, but it will display chromium application bar.
I tried using the app key, but it will not hide the title bar from that.

Code:

chromium-browser --app=https://example.com --window-position=0,0 --window-size=960,1080
*EDIT
I changed the rule identifier to *, which worked well.
Thanks for the tip!

Statistics: Posted by vatsake — Thu May 22, 2025 6:18 am



Viewing all articles
Browse latest Browse all 8042

Trending Articles