From 4c122ddf79af3d379c722756b1f1411ad90f6c97 Mon Sep 17 00:00:00 2001 From: joelmathewthomas Date: Thu, 18 Sep 2025 19:57:09 +0530 Subject: [PATCH] add new binds --- .config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 97c36c4..ae62038 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -201,6 +201,7 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive, +bind = $mainMod SHIFT, C, forcekillactive bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod SHIFT, E, exec, $fileManagerAlt @@ -208,6 +209,8 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, 1, togglesplit, # dwindle bind = $mainMod, 2, layoutmsg, swapsplit +bind = $mainMod, W, toggleswallow # toggles swallow +bind = $mainMod, D, dpms, toggle # toggles dpms bind = $mainMod, B, exec, librewolf bind = $mainMod SHIFT, B, exec, librewolf --private-window bind = , Print, exec, grim -g "$(slurp -d)" "$HOME/Pictures/grim/$(date +'%Y_%m_%d_%H_%M_%S').png"