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 = ''