mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:49:42 +00:00
Update float window rules
This commit is contained in:
parent
5580328f0a
commit
4a10a3536a
|
@ -40,9 +40,10 @@
|
|||
"float, class:^(com.github.wwmm.easyeffects)"
|
||||
"float, class:^(opensnitch_ui)$"
|
||||
"float, class:^(Brave-browser)$,title:^(_crx_.+)$"
|
||||
"float, class:^(hyprland-share-picker)$"
|
||||
"float,class:^(floating)$"
|
||||
"float, class:^(floating)$"
|
||||
|
||||
# Float hyprland-share-picker & some extra actions
|
||||
"float, class:^(hyprland-share-picker)$"
|
||||
"center, class:^(hyprland-share-picker)$"
|
||||
"animation slide, class:^(hyprland-share-picker)$"
|
||||
|
||||
|
@ -77,6 +78,9 @@
|
|||
"float, class:^(splash)$"
|
||||
"float, class:^(confirmreset)$"
|
||||
|
||||
# Float all windows that don't have a title nor a class
|
||||
"float, class:^$,title:^$"
|
||||
|
||||
#
|
||||
# Fixes
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue