From cd79fe93f36ae7be69b7cd7adeb680374c593328 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 16 Apr 2024 15:55:54 -0400 Subject: [PATCH] hyprland: map print screen key --- home/sessions/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/sessions/hyprland/default.nix b/home/sessions/hyprland/default.nix index 474e471..10fd305 100644 --- a/home/sessions/hyprland/default.nix +++ b/home/sessions/hyprland/default.nix @@ -286,6 +286,7 @@ in # "$mod SHIFT, S, movetoworkspace, special:magic" "$mod SHIFT, S, exec, ${grimblast} copy area" "$mod CONTROL SHIFT, S, exec, ${grimblast} copy output" + ",Print, exec, ${grimblast} copy output" # lock screen "$mod SHIFT, x, exec, ${lock-cmd}"