mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
rofi: float based on window class
Upstream changed the window naming behaviour so the window stopped
floating. 85279323e6
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
f6b863adf3
commit
8d0eedb617
@ -115,7 +115,7 @@ for_window [class="floating-term" instance="termite"] floating enable
|
|||||||
for_window [class="Alacritty" instance="floating-term"] floating enable
|
for_window [class="Alacritty" instance="floating-term"] floating enable
|
||||||
for_window [class="^jetbrains-.+$" title="win0"] floating enable
|
for_window [class="^jetbrains-.+$" title="win0"] floating enable
|
||||||
for_window [window_role="floating-term"] floating enable
|
for_window [window_role="floating-term"] floating enable
|
||||||
for_window [title="^rofi$"] floating enable
|
for_window [class="^Rofi$"] floating enable
|
||||||
|
|
||||||
new_window none
|
new_window none
|
||||||
new_float none
|
new_float none
|
||||||
|
Loading…
Reference in New Issue
Block a user