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