Bug 313323

Summary: Maximize window with ALT+Double Click
Product: [Plasma] kwin Reporter: makg10
Component: coreAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: ashark, felixonmars, stefan.loewen
Priority: NOR    
Version First Reported In: 4.9.5   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description makg10 2013-01-15 19:54:13 UTC
I've got custom settings for some of the applications which hide a title bar. For example, Firefox:
http://i50.tinypic.com/6rmzp2.jpg

Now the only way to maximize the window is to use the window controls on the right. Sometimes I want to move a Firefox window from one screen to another (I've got dual monitor setup). I have to do it with pressing ALT and drag it with mouse, although it automatically resizes the window to a smaller size.

Point being: it would be nice if KDE would allow me to maximize the window with combination ALT + Double Click, so I could get it done right away, while dragging.

Reproducible: Always
Comment 1 Thomas Lübking 2013-01-15 20:44:06 UTC
For clarification:
the window is undecorated and has buttons to min, max and close in the tabbar.

The user points feature extension regarding bModKeyHeld in events.cpp
It will be required to implement "doubleclicking" there what requires scheduling the actions (they're currently triggered immediately) an clicktime distance measuring.

This is not a trivial task.

Source "problem" seems that the window is NOT maximized but "quick maximized" what leads to immediate unmaximization when being dragged away for the edge.

@makg10
You should be able to just drag it against the upper border of the screen to get it remaximized on that screen, yesno?
Wouldn't that be much faster than dragging the client over, dropping it, and double click it?
Comment 2 Andrew Shark 2023-09-06 22:48:12 UTC

*** This bug has been marked as a duplicate of bug 456161 ***