Skip to content

Commit

Permalink
liveAltTab: Include non-modal transient windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning committed Nov 30, 2019
1 parent 84b2819 commit 13729b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveAltTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LiveAltTab extends AltTab.WindowSwitcherPopup {

_getWindowList(reverse) {
let tabList = global.display.get_tab_list(
Meta.TabList.NORMAL,
Meta.TabList.NORMAL_ALL,
global.workspace_manager.get_active_workspace())
.filter(w => !Scratch.isScratchWindow(w));

Expand Down

0 comments on commit 13729b7

Please sign in to comment.