add new binds

This commit is contained in:
2025-09-18 19:57:09 +05:30
parent 8132d50d82
commit 4c122ddf79
+3
View File
@@ -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"