From 9876efc012da5e65009825da8ac0dce7699657d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Wed, 29 Jul 2026 19:48:36 -0400 Subject: [PATCH] adjust some window positions --- .config/hypr/hyprland.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index 3bf35b7..d1441f8 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -190,7 +190,7 @@ hl.window_rule({ class = "com.nextcloud.desktopclient.nextcloud", }, float = true, - move = "(1450) (34)", + move = "(610) (38)", }) hl.window_rule({ @@ -398,10 +398,11 @@ hl.window_rule({ }, float = true, center = true, - move = "(1310) (40)", + move = "(476) (40)", size = "600 900", }) + local mainMod = "SUPER" hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd(terminal))