Search code examples
qtqt5waylandqtwayland

Is it possible to remove Weston toolbar?


Weston desktop with toolbar

Is it possible to have weston run without the toolbar at the top and change the background to black. So that when i have a script in init.d it calls weston first than my qt5 app? such as:

weston &
/home/root/app -platform wayland

Solution

  • you can change the background settings in weston.ini. For the toolbar you just have to return 0 in want_panel function in clients/desktop_shell.c