From 8683e608e69724fb45b2d89bf9b072f58e278f48 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 23 Nov 2025 23:10:48 +0100 Subject: [PATCH] more screenshot options --- home-modules/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index 9d84ed8..127f811 100644 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -603,7 +603,9 @@ in { submap = screenshot ${action_simple { key = "W"; cmd = ''exec,hyprshot -m window''; }} ${action_simple { key = "M"; cmd = ''exec,hyprshot -m output''; }} + ${action_simple { key = "S"; cmd = ''exec,hyprshot -m output''; }} ${action_simple { key = "R"; cmd = ''exec,hyprshot -m region''; }} + ${action_simple { key = "A"; cmd = ''exec,hyprshot -m region''; }} bind = , Escape, execr, submap_indicator unset bind = , Escape, submap, reset submap = reset