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.

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.