fixed windows
This commit is contained in:
+2
-2
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user