mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
workspacesView: Enable long swipes
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1647>
This commit is contained in:
parent
16f74ebc57
commit
2b9cf73309
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ class WorkspacesDisplay extends St.Widget {
|
|||
|
||||
this._swipeTracker = new SwipeTracker.SwipeTracker(
|
||||
Main.layoutManager.overviewGroup, Shell.ActionMode.OVERVIEW);
|
||||
this._swipeTracker.allowLongSwipes = true;
|
||||
this._swipeTracker.connect('begin', this._switchWorkspaceBegin.bind(this));
|
||||
this._swipeTracker.connect('update', this._switchWorkspaceUpdate.bind(this));
|
||||
this._swipeTracker.connect('end', this._switchWorkspaceEnd.bind(this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue