From d9e6ee0f103620acb4a1a5bab43a8a147c1defd2 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 4 Jul 2026 14:52:52 +0200 Subject: [PATCH] feat(hyprlua): move filepicker dialog to 5% of the display Co-Authored-By: Claude Opus 4.8 --- desktopenvs/hyprlua/hypr/usr/windowrules.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprlua/hypr/usr/windowrules.lua b/desktopenvs/hyprlua/hypr/usr/windowrules.lua index 711eec5..4acecbf 100644 --- a/desktopenvs/hyprlua/hypr/usr/windowrules.lua +++ b/desktopenvs/hyprlua/hypr/usr/windowrules.lua @@ -73,12 +73,12 @@ hl.window_rule({ size = "(monitor_w*0.2) (monitor_h*0.2)", }) --- filepicker — float near the top-left, 10% into the display +-- filepicker — float near the top-left, 5% into the display hl.window_rule({ name = "filepicker", match = { tag = "filepicker" }, float = true, - move = "(monitor_w*0.1) (monitor_h*0.1)", + move = "(monitor_w*0.05) (monitor_h*0.05)", }) -- spotify floating