From a0109255fd3e2127551ad01d0dc03ce042bbb772 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 9 Sep 2023 09:35:03 -0500 Subject: [PATCH] Adding some floating window rules --- .config/qtile/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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