Is it possible to move an item of window menu?

Hello.
Is it possible to move an item of window menu from “more actions”?
menu2
Without recompilation of KDE. Maybe the menu is described in something «layout.xml».

Why do I need it? I want to hide the header of window and to leave method of control of window with only mouse. To go to More is no comfortable.

Debian12, KDE plasma 5.27.5

I searched:

  • in System settings > Appearance > Window Decorations
  • grep -iREa “More Actions” ~ - there is not a need results.
  • grep -iREa “More Actions” / - it is endless long.
1 Like

No there isn’t, you need to recompile KWin.

Someone asked for a move thingie once. Haven’t looked at the thing since and doubt you’d even bother or even what you’re looking for at all but…

[Desktop Entry]
Comment=
Exec=xdotool key alt+q+shift
GenericName=move windows
Icon=input-mouse
Name=Move stuff around
NoDisplay=false
Path[$e]=
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

Check for the keybinds in system settings.

I came here to ask about the same thing. In my case, I want to have the Always-on-Top toggle menu to be in the first level.

I wish I could set the menu items in the settings.

No, but I usually add a button for that to the titlebar.

1 Like

I have added the button too, but there are windows without the title bar, such as web browsers.