35 lines
2.1 KiB
Lua
35 lines
2.1 KiB
Lua
-- 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})
|
|
hl.window_rule({match = {title = "^(Select a File)(.*)$" }, float = true})
|
|
hl.window_rule({match = {title = "^(Choose wallpaper)(.*)$" }, center = true})
|
|
hl.window_rule({match = {title = "^(Choose wallpaper)(.*)$" }, float = true})
|
|
hl.window_rule({match = {title = "^(Choose wallpaper)(.*)$" }, size = {"(monitor_w*0.60)", "(monitor_h*0.65)"} })
|
|
hl.window_rule({match = {title = "^(Open Folder)(.*)$" }, center = true})
|
|
hl.window_rule({match = {title = "^(Open Folder)(.*)$" }, float = true})
|
|
hl.window_rule({match = {title = "^(Save As)(.*)$" }, center = true})
|
|
hl.window_rule({match = {title = "^(Save As)(.*)$" }, float = true})
|
|
hl.window_rule({match = {title = "^(Library)(.*)$" }, center = true})
|
|
hl.window_rule({match = {title = "^(Library)(.*)$" }, float = true})
|
|
hl.window_rule({match = {title = "^(File Upload)(.*)$" }, center = true})
|
|
hl.window_rule({match = {title = "^(File Upload)(.*)$" }, float = true})
|
|
hl.window_rule({match = {title = "^(.*)(wants to save)$" }, center = true})
|
|
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,
|
|
})
|