From 5038b56859eb3375a81207ff0a1ac7edb9a0ca0d Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sat, 16 May 2026 22:57:58 +0200 Subject: add missing keybindings --- hypr/hyprland.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hypr') diff --git a/hypr/hyprland.lua b/hypr/hyprland.lua index 85678e8..786f20f 100644 --- a/hypr/hyprland.lua +++ b/hypr/hyprland.lua @@ -65,6 +65,11 @@ hl.bind(mainMod .. " + Return", hl.dsp.exec_cmd("kitty")) hl.bind(mainMod .. " + X", hl.dsp.exec_cmd("wofi")) hl.bind(mainMod .. " + M", hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch 'hl.dsp.exit()'")) +-- monitor bindings +hl.bind("CTRL + ALT + S", hl.dsp.exec_cmd("~/bin/monitor 0")) +hl.bind("CTRL + ALT + D", hl.dsp.exec_cmd("~/bin/monitor 1")) +hl.bind("CTRL + ALT + L", hl.dsp.exec_cmd("hyprlock")) + -- hl bindings hl.bind(mainMod .. " + C", hl.dsp.window.close()) hl.bind(mainMod .. " + F", hl.dsp.window.fullscreen({mode="fullscreen", action="toggle"}) -- cgit v1.3.1