@Pafrape: in system settings > Colors & Themes > Window Decorations select "Material".
Then click on "configure buttons on titlebar" and drag the application menu on the titlebar
Git Clone URL: | https://aur.archlinux.org/material-kwin-decoration-git.git (read-only, click to copy) |
---|---|
Package Base: | material-kwin-decoration-git |
Description: | Material-ish window decoration for KWin, with LIM (Locally Integrated Menu) support |
Upstream URL: | https://github.com/guiodic/material-decoration |
Keywords: | plasma6 x11 |
Licenses: | GPL-2.0-or-later |
Conflicts: | material-kwin-decoration |
Provides: | material-kwin-decoration |
Submitter: | Zren |
Maintainer: | xiota (guiodic) |
Last Packager: | guiodic |
Votes: | 8 |
Popularity: | 0.000385 |
First Submitted: | 2020-07-14 15:46 (UTC) |
Last Updated: | 2025-06-20 19:03 (UTC) |
@Pafrape: in system settings > Colors & Themes > Window Decorations select "Material".
Then click on "configure buttons on titlebar" and drag the application menu on the titlebar
Thanks to this module, the menu button appears perfectly in the title bar and works perfectly. However, how can I make the menu bar appear in the title bar? Thank you for your help.
The package has been upgraded to Plasma 6.3.
Plasma 6.3 has broken compatibility with the LIM.
LIM relied on the windowId() method of KDecoration2::decoratedClient, which is now unavailable in KDecoration3::decoratedWindow.
To replace it, we rely on the internal API of KWin::X11Window, in the hope that the KDE developers will stop making their Desktop Enviroment progressively incompatible with X11.
@tassiovirginio I am using X11. Doesn't seem to work with Wayland. Outside my ability to fix.
I generated it using extra-x86_64-build, it didn't make any difference,
Does it work on Wayland or only on X11?
it's running, but the menu doesn't appear
@tassiovirginio Run kcmshell6 kcm_kded
to show the Background Services, which are hidden from System Settings in Plasma 6.1. Make sure "Application menus daemon" is enabled and running.
I did, but the menu still doesn't appear. I don't know what it could be.
Pinned Comments
guiodic commented on 2025-07-08 14:23 (UTC)
@Pafrape: in system settings > Colors & Themes > Window Decorations select "Material".
Then click on "configure buttons on titlebar" and drag the application menu on the titlebar
guiodic commented on 2025-02-18 16:22 (UTC)
The package has been upgraded to Plasma 6.3.
Plasma 6.3 has broken compatibility with the LIM.
LIM relied on the windowId() method of KDecoration2::decoratedClient, which is now unavailable in KDecoration3::decoratedWindow.
To replace it, we rely on the internal API of KWin::X11Window, in the hope that the KDE developers will stop making their Desktop Enviroment progressively incompatible with X11.