From 8ac4023dc1c2a1d2725e542f9893733857dafdec Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 14 May 2026 12:30:50 +0000 Subject: [PATCH] fix: capture active monitor in screenshot bind instead of hardcoded DP-1 Ctrl+Print was tied to DP-1, so it failed on the laptop alone or with a different external. Using -m active picks the currently focused output, so the same bind works on any host. Co-Authored-By: Claude Opus 4.7 (1M context) --- hypr/keybindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 6217f8e..3eb362a 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -12,7 +12,7 @@ bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen # Screenshot -bind = CTRL, PRINT, exec, hyprshot -m output -m DP-1 +bind = CTRL, PRINT, exec, hyprshot -m active -m output bind = , PRINT, exec, hyprshot -m window bind = SHIFT, PRINT, exec, hyprshot -m region