feat: updates to make it work
This commit is contained in:
@@ -2,7 +2,7 @@ local function exit_submap()
|
||||
hl.dispatch(hl.dsp.submap("reset"))
|
||||
end
|
||||
|
||||
hl.bind("Super + Q", hl.dsp.exit())
|
||||
hl.bind("SUPER + Q", hl.dsp.exit())
|
||||
|
||||
hl.define_submap("window", function()
|
||||
hl.bind("x", function()
|
||||
@@ -30,7 +30,7 @@ hl.define_submap("window", function()
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Shift + K", function()
|
||||
hl.bind("SHIFT + K", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("notify-send 'Insta-Kill activated' --app-name='Hyprtclt'"))
|
||||
hl.dispatch(hl.dsp.exec_cmd("hyprctl kill"))
|
||||
exit_submap()
|
||||
|
||||
Reference in New Issue
Block a user