Revert "workspaceAnimation: Allow long swipes in session"
The behavior when switching workspaces now with the touchpad gesture is very very weird, it almost always swipes to the last workspace instead of the next one. So revert this change again and only swipe a single page per gesture. We can enable long swipes again when we've figured out a proper way to detect what the user wants (which is going to be quite challenging), see https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4355. This reverts commit dfae3281b9a7fe6f5ccb6e9c175591a5ce31fd73. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1933>
This commit is contained in:
parent
bb8daaeb2f
commit
67596e7c83
@ -287,7 +287,6 @@ var WorkspaceAnimationController = class {
|
||||
Clutter.Orientation.HORIZONTAL,
|
||||
Shell.ActionMode.NORMAL,
|
||||
{ allowDrag: false });
|
||||
swipeTracker.allowLongSwipes = true;
|
||||
swipeTracker.connect('begin', this._switchWorkspaceBegin.bind(this));
|
||||
swipeTracker.connect('update', this._switchWorkspaceUpdate.bind(this));
|
||||
swipeTracker.connect('end', this._switchWorkspaceEnd.bind(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user