Adding some floating window rules

This commit is contained in:
Derek Taylor
2023-09-07 20:01:36 -05:00
parent d4820f4d62
commit 3fa1147ef9

View File

@@ -496,6 +496,10 @@ floating_layout = layout.Floating(
Match(wm_class='kdenlive'), # kdenlive
Match(wm_class='pinentry-gtk-2'), # GPG key password entry
Match(title="pinentry"), # GPG key password entry
Match(title="tastycharts"), # tastytrade pop-out charts
Match(title="tastytrade"), # tastytrade pop-out side gutter
Match(title="tastytrade - Portfolio Report"), # tastytrade pop-out allocation
]
)
auto_fullscreen = True