1
0
Fork 0

adjust some window positions

This commit is contained in:
Peter Domínguez 2026-07-29 19:48:36 -04:00
parent b0d3845eb0
commit 9876efc012

View file

@ -190,7 +190,7 @@ hl.window_rule({
class = "com.nextcloud.desktopclient.nextcloud", class = "com.nextcloud.desktopclient.nextcloud",
}, },
float = true, float = true,
move = "(1450) (34)", move = "(610) (38)",
}) })
hl.window_rule({ hl.window_rule({
@ -398,10 +398,11 @@ hl.window_rule({
}, },
float = true, float = true,
center = true, center = true,
move = "(1310) (40)", move = "(476) (40)",
size = "600 900", size = "600 900",
}) })
local mainMod = "SUPER" local mainMod = "SUPER"
hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd(terminal)) hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd(terminal))