cleanup hyprland conf, add hy3 layout, add nvim as editor in zshrc
This commit is contained in:
+13
-1
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user