This seemed to work when opening the chrome manually, but it will display chromium application bar.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?in the window rules section, addCode:
sudo mousepad /etc/xdg/labwc/rc.xmlrebootCode:
<windowRule identifier="chromium" serverDecoration="no"/>
now you can open 2 chromium & use super key + arrow keys to place the windows left/right/up/down
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,1080I changed the rule identifier to *, which worked well.
Thanks for the tip!
Statistics: Posted by vatsake — Thu May 22, 2025 6:18 am