main: Override the workspace layout in WindowManager

https://bugzilla.gnome.org/show_bug.cgi?id=691746
This commit is contained in:
Jasper St. Pierre
2012-12-22 22:10:48 -05:00
parent b2aa29e221
commit 54a9592e19
2 changed files with 3 additions and 2 deletions

View File

@ -474,6 +474,9 @@ const WindowManager = new Lang.Class({
}));
this._workspaceTracker = new WorkspaceTracker(this);
global.screen.override_workspace_layout(Meta.ScreenCorner.TOPLEFT,
false, -1, 1);
},
setCustomKeybindingHandler: function(name, modes, handler) {