cleanup hyprland conf, add hy3 layout, add nvim as editor in zshrc

This commit is contained in:
2026-08-10 21:41:55 -07:00
parent 4e9d21e5e1
commit 950ac94dae
3 changed files with 64 additions and 187 deletions
+13 -1
View File
@@ -1,3 +1,4 @@
-- floating
hl.window_rule({match = {title = "^(Open File)(.*)$" }, center = true})
hl.window_rule({match = {title = "^(Open File)(.*)$" }, float = true})
hl.window_rule({match = {title = "^(Select a File)(.*)$" }, center = true})
@@ -17,6 +18,17 @@ hl.window_rule({match = {title = "^(.*)(wants to save)$" }, cen
hl.window_rule({match = {title = "^(.*)(wants to save)$" }, float = true})
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})
-- aesthetics
hl.layer_rule({
match = {namespace = "quickshell"},
blur = true,
blur_popups = true
})
hl.layer_rule({
match = { class = "fuzzel"},
blur = true,
})