windowManager: Switch to horizontal workspaces
Do so by removing the workspace override. Requires https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1684 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1593>
This commit is contained in:
parent
0d4eaa6f19
commit
78f886f42c
@ -944,9 +944,6 @@ var WindowManager = class {
|
||||
if (Main.sessionMode.hasWorkspaces)
|
||||
this._workspaceTracker = new WorkspaceTracker(this);
|
||||
|
||||
global.workspace_manager.override_workspace_layout(Meta.DisplayCorner.TOPLEFT,
|
||||
false, -1, 1);
|
||||
|
||||
let swipeTracker = new SwipeTracker.SwipeTracker(global.stage,
|
||||
Shell.ActionMode.NORMAL, { allowDrag: false, allowScroll: false });
|
||||
swipeTracker.connect('begin', this._switchWorkspaceBegin.bind(this));
|
||||
|
Loading…
Reference in New Issue
Block a user