From 7aadd490b2e5eebae3633599868a1c3d88fae8b6 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 8 Apr 2025 15:50:35 +0200 Subject: [PATCH] add hyprshot --- modules/wm/hyprland/config/hypr/keybinds.conf | 1 + modules/wm/hyprland/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index dfe23f6..69f62c3 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -12,6 +12,7 @@ bind = CONTROL, Q, killactive bind = , F11, fullscreen bind = $mainMod, P, exec, hyprlock bind = $mainMod, F, togglefloating +bind = $mainMod&SHIFT, S, exec, hyprshot -m region --clipboard-only bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index c11fde6..221aaff 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -35,6 +35,7 @@ in { jq fortune python312Packages.gpustat + hyprshot ]; services.logind.extraConfig = ''