From 47ccc19409b571d7033ddb0299695f325fc9aac2 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:33:06 +0100 Subject: [PATCH] Hyprland: Add screenshot tool --- home/features/desktop/hyprland/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/desktop/hyprland/config.nix b/home/features/desktop/hyprland/config.nix index b31b343..6e6926e 100644 --- a/home/features/desktop/hyprland/config.nix +++ b/home/features/desktop/hyprland/config.nix @@ -119,6 +119,7 @@ "$mainMod, Space, exec, $menu" "$mainMod, P, pseudo" # dwindle "$mainMod, J, togglesplit" # dwindle + ", Print, exec, hyprshade off && grim -g \"$(slurp -w 0 -d)\" - | wl-copy && hyprshade on bluelight" # Move focus with mainMod + arrow keys "$mainMod, left, movefocus, l"