aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2026-01-27 22:12:48 +0530
committerkrolyxon <krolyxon@tutanota.com>2026-01-27 22:12:48 +0530
commitae2e509ec58d4fb17e4bface8dd6147354634316 (patch)
tree5133fdd6cc62283edf195e052749c00f75aff740
parent5ba5d4d830e8ece01d0caba291e7bbe2f06dd99f (diff)
hyprland: add screenshot keybind
-rw-r--r--.config/hypr/source/keybinds.conf3
-rwxr-xr-x.local/bin/hypr/hypr_screenshot.sh (renamed from .local/bin/screenshot)0
2 files changed, 2 insertions, 1 deletions
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"
diff --git a/.local/bin/screenshot b/.local/bin/hypr/hypr_screenshot.sh
index ac497d6..ac497d6 100755
--- a/.local/bin/screenshot
+++ b/.local/bin/hypr/hypr_screenshot.sh