From 9c7adf7620c348fb6b2159cffe072219ad4ec83e Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 16 Feb 2024 15:33:23 +0100 Subject: [PATCH] hyprland: add shortcut to screenshot full screen --- home/sessions/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/sessions/hyprland.nix b/home/sessions/hyprland.nix index 44cf298..5b88930 100644 --- a/home/sessions/hyprland.nix +++ b/home/sessions/hyprland.nix @@ -231,6 +231,8 @@ in # "$mod, S, togglespecialworkspace, magic" # "$mod SHIFT, S, movetoworkspace, special:magic" "$mod SHIFT, S, exec, ${grimblast} copy area" + "$mod CONTROL SHIFT, S, exec, ${grimblast} copy output" + # Scroll through existing workspaces with mod + scroll "$mod, mouse_down, workspace, e+1"