diff --git a/keybinds.lua b/keybinds.lua index 63f24e4..2b4f735 100644 --- a/keybinds.lua +++ b/keybinds.lua @@ -23,9 +23,13 @@ hl.bind(mainMod .. " + mouse:273", hl.dsp.window.resize(), { mouse = true}) hl.bind(mainMod .. " + K", hl.dsp.window.swap({ prev = 1 })) hl.bind(mainMod .. " + J", hl.dsp.window.swap({ direction = "down" })) +hl.bind(mainMod .. " + L", hl.dsp.exec_cmd("dms ipc call lock lock")) +hl.bind(mainMod .. " + CTRL + Q", hl.dsp.exec_cmd("dms ipc call powermenu open")) + hl.bind(mainMod .. " + CTRL + R", hl.dsp.exec_cmd("hyprctl reload")) + -- Specialized Keybinds (such as play, volume up/down, etc) hl.bind("XF86MonBrightnessUp", hl.dsp.exec_cmd("brightnessctl -q s +10%")) hl.bind("XF86MonBrightnessDown", hl.dsp.exec_cmd("brightnessctl -q s 10-%"))