From d1ccaa1c570a89f2603aafc8fc91535873f5ae5a Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 2 Jan 2026 12:36:06 -0800 Subject: [PATCH] [hyprland] Adds a keybind for saving screenshots to files --- home-manager/features/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index d462161..343c825 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -287,6 +287,7 @@ "$mainMod, B, exec, $browser" "$mainMod, D, exec, $menu" "$mainMod + SHIFT, S, exec, hyprshot -m region --clipboard-only" + "$mainMod + CTRL + SHIFT, S, exec, hyprshot -m region -o ~/Pictures" "$mainMod, C, exec, swaync-client -t" "$mainMod + L_CONTROL, Q, exec, /home/drew/.config/rofi/powermenu/powermenu.sh"