Skip to content

Commit

Permalink
revert debugging hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyElGringo committed Aug 3, 2019
1 parent 431f01d commit b62bc5d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions module/hotKeysModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ var HotKeysModule = class HotKeysModule {
Meta.KeyBindingFlags.IGNORE_AUTOREPEAT,
Shell.ActionMode.NORMAL,
() => {
/* global.superWorkspaceManager.noUImode = !global
global.superWorkspaceManager.noUImode = !global
.superWorkspaceManager.noUImode;
Main.panel.get_parent().visible = !global.superWorkspaceManager
.noUImode;
Expand Down Expand Up @@ -220,9 +220,6 @@ var HotKeysModule = class HotKeysModule {
global.superWorkspaceManager.noUImode ? 0 : -1
);
superWorkspace.tilingLayout.onTile();
}); */
global.get_window_actors().forEach(windowActor => {
Main.wm.getWindowClone(windowActor.meta_window);
});
}
);
Expand Down

0 comments on commit b62bc5d

Please sign in to comment.