diff --git a/desktopenvs/hyprlua/hypr/usr/windowrules.lua b/desktopenvs/hyprlua/hypr/usr/windowrules.lua index 4acecbf..b12d726 100644 --- a/desktopenvs/hyprlua/hypr/usr/windowrules.lua +++ b/desktopenvs/hyprlua/hypr/usr/windowrules.lua @@ -73,12 +73,13 @@ hl.window_rule({ size = "(monitor_w*0.2) (monitor_h*0.2)", }) --- filepicker — float near the top-left, 5% into the display +-- filepicker — float near the top-left, sized 5% of the display hl.window_rule({ name = "filepicker", match = { tag = "filepicker" }, float = true, move = "(monitor_w*0.05) (monitor_h*0.05)", + size = "(monitor_w*0.05) (monitor_h*0.05)", }) -- spotify floating