mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 03:09:03 +00:00
Update float window rules
This commit is contained in:
parent
5580328f0a
commit
4a10a3536a
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue