Post #3468980
2026-06-29 11:41 UTC
Try to use
hl.bind(mainMod … " + ALT + left", hl.dsp.window.resize({x = 20, y = 0}))
IIRC that is the correct syntax, but I haven’t checked.
Replies (2)
-
@Mordikan@kbin.earth 2026-06-29 15:09
Yeah, he needs to use named keys to make that work.
-
@sinextitan@lemmy.world 2026-06-29 16:08
yep it is but I had to add relative = 1 for it to work. otherwise was getting a ?:?: Invalid size error. thanks