From d0d80820031ea5008574bc79be884c4071ac9e1d Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 11 Feb 2026 15:18:10 +0100 Subject: [PATCH] launcher windows now center on cursor location --- desktopenvs/hyprland/hypr-usr/windowrules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index 9ddb152..26eccb3 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -33,7 +33,7 @@ windowrule { no_shadow = on no_blur = on border_size = 0 - move = (cursor_x-50) (cursor_y-50) + move = (cursor_x-(window_w/2)) (cursor_y-(window_h/2)) } windowrule {