Bug 196541 - screen edges should be configurable in size and position
Summary: screen edges should be configurable in size and position
Status: RESOLVED INTENTIONAL
Alias: None
Product: kwin
Classification: Plasma
Component: core (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
: 187364 199720 (view as bug list)
Depends on:
Blocks: 290887
  Show dependency treegraph
 
Reported: 2009-06-14 23:49 UTC by Dirk Sarpe
Modified: 2013-02-07 08:12 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Sarpe 2009-06-14 23:49:14 UTC
Version:            (using KDE 4.2.90)
OS:                Linux
Installed from:    Ubuntu Packages

In the configuration dialog of active screen edges the possibility to configure size and position of the activation areas would be nice.

Especially with several screens in use this would be handy. Currently  screen corners in "twinview" mode are the ones of the virtual desktop, which means a lot of mouse movement is needed often to travel to a corner, and the "middle" boxes activate a whole screen edge, which can be quite annoying (at least for me) and result in unexpected behavior, when performing another task than activating an screen edge action.

Configurable size and position with some feedback (e.g. handles on the actual desktop area which is changed, or just changing the size of the screen edge box in the configuration dialog) would give the user more control over this and probably result in a more expected behavior.
Comment 1 Martin Flöser 2009-07-10 23:01:23 UTC
*** Bug 199720 has been marked as a duplicate of this bug. ***
Comment 2 lucas 2009-07-12 17:38:31 UTC
*** Bug 198225 has been marked as a duplicate of this bug. ***
Comment 3 Martin Flöser 2009-09-06 21:29:13 UTC
*** Bug 187364 has been marked as a duplicate of this bug. ***
Comment 4 Alfonso 2010-02-22 16:09:01 UTC
I absolutely agree with Dirk and I think Compiz solved the problem nicely
providing the posibility to trigger the effect if the mouse is on the edge and
you click some button (keyboard or mouse buttons).

For example, it is very convenient to rotate the desktop cube on the left and
right edges with the mouse wheel.
Comment 5 Martin Flöser 2013-01-31 16:48:38 UTC
I'm currently working on a rework of the screen edge implementation (see https://git.reviewboard.kde.org/r/108513/ ) which allows me to give an update on how that affects this feature request:

* screen edges become multi screen aware, this is mostly relevant for screens with different geometry
* visual feedback is given before an edge is triggered. This helps a lot.

But there are things which will not be implemented or made available for configuration:
* corners between screens (doesn't make sense due to Fitts's Law)
* configurable sizes and position for the edges as being configured in the KCM
* clicking screen edges (doesn't make sense due to Fitts's Law)

I'm sorry to say that this means that overall this feature request will not be implemented. Because of that I'm also changing to WONTFIX.
Comment 6 Christoph Feck 2013-02-07 00:55:15 UTC
Reading Dirk's description, the problem is that trying to invoke a corner action is very hard, because it is nearly impossible to hit that single pixel, without previously hitting the edges next to that pixel. The size of the corner should be larger (maybe the size of "start drag distance", which is configurable for similar reasons).
Comment 7 Martin Flöser 2013-02-07 06:38:34 UTC
(In reply to comment #6)
> Reading Dirk's description, the problem is that trying to invoke a corner
> action is very hard, because it is nearly impossible to hit that single
> pixel, without previously hitting the edges next to that pixel.
During developing the new screen edge implementation I had enabled the "switch desktop on edge" feature, which I normally hate. I am a heavy desktop grid and present windows user activated through corners (top left and top right) and I have never activated one of the edges next to the corner.
Comment 8 Thomas Lübking 2013-02-07 07:30:06 UTC
matter of activation delay but the OP mostly seems to worry about mouse ways to the corners on huge screens / multiscreens, thus asking for in-desktop corner edges, or partial edges in general, which he can reach faster, but which do not acidentally trigger when approached to interact with the scrollbar etc.

reg. christophs comment: different timeout/pushback for edges and corners sounds interesting (so you can slide into the corner, have instant corner activation and more resistive edges)
Comment 9 Martin Flöser 2013-02-07 08:12:11 UTC
On Thursday 07 February 2013 07:30:06 you wrote:
> reg. christophs comment: different timeout/pushback for edges and corners
> sounds interesting (so you can slide into the corner, have instant corner
> activation and more resistive edges)
with the new architecture that would be possible, though probably a mess to 
configure.