Skip to content

Commit 50b47c0

Browse files
committed
WindowSwitcher: Reduce gesture sensitivity
1 parent 91e65ff commit 50b47c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/WindowSwitcher/WindowSwitcher.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class Gala.WindowSwitcher : CanvasActor, GestureTarget, RootTarget {
1111
public const int WRAPPER_PADDING = 12;
1212

1313
private const int MIN_OFFSET = 64;
14-
private const double GESTURE_STEP = 0.1;
14+
private const double GESTURE_STEP = 0.25;
1515

1616
public Clutter.Actor? actor { get { return this; } }
1717
public WindowManager wm { get; construct; }

0 commit comments

Comments
 (0)