diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 4498238..1cc8979 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -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