mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Adding some floating window rules
This commit is contained in:
@@ -496,6 +496,10 @@ floating_layout = layout.Floating(
|
||||
Match(wm_class='kdenlive'), # kdenlive
|
||||
Match(wm_class='pinentry-gtk-2'), # GPG key password entry
|
||||
Match(title="pinentry"), # GPG key password entry
|
||||
Match(title="tastycharts"), # tastytrade pop-out charts
|
||||
Match(title="tastytrade"), # tastytrade pop-out side gutter
|
||||
Match(title="tastytrade - Portfolio Report"), # tastytrade pop-out allocation
|
||||
|
||||
]
|
||||
)
|
||||
auto_fullscreen = True
|
||||
|
||||
Reference in New Issue
Block a user