mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
Adding some floating window rules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user