From ae2e509ec58d4fb17e4bface8dd6147354634316 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 27 Jan 2026 22:12:48 +0530 Subject: hyprland: add screenshot keybind --- .config/hypr/source/keybinds.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/hypr') diff --git a/.config/hypr/source/keybinds.conf b/.config/hypr/source/keybinds.conf index 4ae2eb9..20099e7 100644 --- a/.config/hypr/source/keybinds.conf +++ b/.config/hypr/source/keybinds.conf @@ -24,7 +24,8 @@ bind = $mainMod, escape, exec, sysact # Applications bind = $mainMod, W, exec, $browser -bind = ,PRINT, exec, screenshot +bind = ,PRINT, exec, hypr_screenshot.sh +bind = $mainMod SHIFT, P, exec, hypr_screenshot.sh # Music Controls bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp" -- cgit v1.2.3