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))