add float rule to screenshare dialog, change fs behavior, change size of borders

This commit is contained in:
2026-08-10 19:37:22 -07:00
parent 57ff1ad019
commit 4e9d21e5e1
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -18,4 +18,5 @@ hl.window_rule({match = {title = "^(.*)(wants to save)$" }, flo
hl.window_rule({match = {title = "^(.*)(wants to open)$" }, center = true})
hl.window_rule({match = {title = "^(.*)(wants to open)$" }, float = true})
hl.window_rule({match = {class = "hyprland-share-picker" }, float = true})
hl.window_rule({match = {title = "(.*)(Settings)(.*)$" },float = true})