Bug 217116

Summary: Multidisplay, stop cursor at the edge a bit
Product: [Plasma] kwin Reporter: Alex Dănilă <alex.danila.web>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: wishlist CC: hgabreu
Priority: NOR    
Version: 4.3.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Alex Dănilă 2009-12-02 21:11:44 UTC
Version:            (using KDE 4.3.2)
Installed from:    Debian testing/unstable Packages

In a multiple display setup, the cursor shouldn't be allowed to simply go to the other display. The edge should pose some resistance, for example only continually moving the mouse for 10 pixels or more should allow it to pass to the other display. Other method are good as well.

Why: the edge is a sweet spot for grabbing a scrollbar, for resizing a window, and maybe others. 
KWin already does this for windows, they don't simply pass to another display when they are moved.

The only possible problem I see for this is if an application is if an application is on two screens, the user would expect the cursor to behave as usual. This would be bad especially for games.
Comment 1 lucas 2009-12-03 02:30:20 UTC
This has to be done at the X server level as the pointer is processed on the server.
Comment 2 Alex Dănilă 2010-04-13 21:31:48 UTC
Upstream bug at
https://bugs.freedesktop.org/show_bug.cgi?id=25474