mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-15 13:40:22 +00:00
liveAltTab: only show TabList.NORMAL windows
Non-normal windows are unfocusable or request `mw.skip_taskbar`
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ class LiveAltTab extends AltTab.WindowSwitcherPopup {
|
||||
|
||||
_getWindowList(reverse) {
|
||||
let tabList = global.display.get_tab_list(
|
||||
Meta.TabList.NORMAL_ALL,
|
||||
Meta.TabList.NORMAL,
|
||||
global.workspace_manager.get_active_workspace())
|
||||
.filter(w => !Scratch.isScratchWindow(w));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user