mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: make krita text editor floating by default
This commit is contained in:
parent
152168bdac
commit
4c5ad00796
@ -404,6 +404,7 @@ floating_layout = layout.Floating(
|
|||||||
Match(wm_class="pavucontrol"), # Audio mixer
|
Match(wm_class="pavucontrol"), # Audio mixer
|
||||||
Match(wm_class="gnome-calendar"), # Calendar
|
Match(wm_class="gnome-calendar"), # Calendar
|
||||||
Match(wm_class="yad"), # Yad
|
Match(wm_class="yad"), # Yad
|
||||||
|
Match(title="Krita - Edit Text — Krita"), # Keybinds window
|
||||||
Match(title="Keybinds"), # Keybinds window
|
Match(title="Keybinds"), # Keybinds window
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user