Adding some floating window rules

This commit is contained in:
Derek Taylor
2023-09-09 09:35:03 -05:00
parent 999c6d6b25
commit a0109255fd

View File

@@ -506,9 +506,7 @@ floating_layout = layout.Floating(
Match(title="tastycharts"), # tastytrade pop-out charts
Match(title="tastytrade"), # tastytrade pop-out side gutter
Match(title="tastytrade - Portfolio Report"), # tastytrade pop-out allocation
Match(wm_class="tasty.javafx.launcher.LauncherFxApp",
title=None
), # tastytrade settings
Match(wm_class="tasty.javafx.launcher.LauncherFxApp"), # tastytrade settings
]
)
auto_fullscreen = True