fixed windows

This commit is contained in:
Hannes
2026-06-14 23:40:32 +02:00
parent fc76cb7b80
commit 9754ff2368
3 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ hl.bind("SUPER+L", hl.dsp.exec_cmd(lockscreen), { locked = true })
hl.bind("SUPER+SHIFT+F1", hl.dsp.window.move({workspace = "401", follow = true}))
-- Scrolling
hl.bind("SUPER+CTRL+left", hl.dsp.layout("move +col"))
hl.bind("SUPER+CTRL+right", hl.dsp.layout("move -col"))
hl.bind("SUPER+CTRL+left", hl.dsp.layout("move -col"))
hl.bind("SUPER+CTRL+right", hl.dsp.layout("move +col"))
hl.bind("SUPER+CTRL+SHIFT+left", hl.dsp.layout("swapcol l"))
hl.bind("SUPER+CTRL+SHIFT+right", hl.dsp.layout("swapcol r"))