WayfireWM / wayfire

A modular and extensible wayland compositor
https://wayfire.org/
MIT License
2.42k stars 179 forks source link

How to disable decoration, like this #2514

Closed linux36524 closed 5 days ago

linux36524 commented 1 week ago

How to disable decoration, like this: 2024-11-10-013246_1242x334_scrot

dkondor commented 6 days ago

You can set core.preferred_decoration_mode = server and disable any decoration plugin.

If using WCM, the option is on the "Core" panel, called "Preferred decoration mode". And (when using the default installation) you need to disable the "Decoration" plugin in the "Effects" category.

Note that this will still don't work for GTK apps that have a custom headerbar, but seems to work for those using a classic title bar.

Also, the pixdecor plugin seems to have an option to render a decorations without a title bar which can be useful as well.