Am I so clumsy, or are the thresholds for electric borders insanely low?
svn path=/trunk/kdebase/kwin/; revision=361726
This commit is contained in:
parent
a2a55c8436
commit
2fd9ce3a64
1 changed files with 2 additions and 2 deletions
|
@ -1962,8 +1962,8 @@ void Workspace::clientMoved(const QPoint &pos, Time now)
|
|||
return;
|
||||
|
||||
Time treshold_set = options->electricBorderDelay(); // set timeout
|
||||
Time treshold_reset = 250; // reset timeout
|
||||
int distance_reset = 10; // Mouse should not move more than this many pixels
|
||||
Time treshold_reset = 1000; // reset timeout
|
||||
int distance_reset = 30; // Mouse should not move more than this many pixels
|
||||
|
||||
int border = 0;
|
||||
if (pos.x() == electricLeft)
|
||||
|
|
Loading…
Reference in a new issue