We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cf67d commit d59e373Copy full SHA for d59e373
src/window.ts
@@ -269,9 +269,8 @@ export class ShellWindow {
269
wm_class = this.name(ext)
270
}
271
272
- return !this.meta.is_skip_taskbar()
273
- // Only normal windows will be considered for tiling
274
- && this.meta.window_type == Meta.WindowType.NORMAL
+ // Only normal windows will be considered for tiling
+ return this.meta.window_type == Meta.WindowType.NORMAL
275
// Transient windows are most likely dialogs
276
&& !this.is_transient()
277
// If a window lacks a class, it's probably a web browser dialog
0 commit comments