feat: updates to make it work
This commit is contained in:
@@ -2,8 +2,6 @@ local function exit_submap()
|
||||
hl.dispatch(hl.dsp.submap("reset"))
|
||||
end
|
||||
|
||||
hl.bind("Super + Q", hl.dsp.exit())
|
||||
|
||||
hl.define_submap("groups", function()
|
||||
hl.bind("c", function()
|
||||
hl.dispatch(hl.dsp.group.toggle())
|
||||
@@ -20,18 +18,18 @@ hl.define_submap("groups", function()
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Ctrl + L", function()
|
||||
hl.bind("CTRL + L", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("notify-send 'Group locking toggled' --app-name='Hyprtclt'"))
|
||||
hl.dispatch(hl.dsp.group.lock_active())
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Shift + L", function()
|
||||
hl.bind("SHIFT + L", function()
|
||||
hl.dispatch(hl.dsp.window.move({ into_or_create_group = "r" }))
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Shift + H", function()
|
||||
hl.bind("SHIFT + H", function()
|
||||
hl.dispatch(hl.dsp.window.move({ into_or_create_group = "l" }))
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user