mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +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="tastycharts"), # tastytrade pop-out charts
|
||||||
Match(title="tastytrade"), # tastytrade pop-out side gutter
|
Match(title="tastytrade"), # tastytrade pop-out side gutter
|
||||||
Match(title="tastytrade - Portfolio Report"), # tastytrade pop-out allocation
|
Match(title="tastytrade - Portfolio Report"), # tastytrade pop-out allocation
|
||||||
Match(wm_class="tasty.javafx.launcher.LauncherFxApp",
|
Match(wm_class="tasty.javafx.launcher.LauncherFxApp"), # tastytrade settings
|
||||||
title=None
|
|
||||||
), # tastytrade settings
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
auto_fullscreen = True
|
auto_fullscreen = True
|
||||||
|
|||||||
Reference in New Issue
Block a user