From 709a3b9d6aff47907ee685ad6879c34c1284d5a1 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:07:35 +0100 Subject: [PATCH] Hyprland: Make screenshotting background darker --- home/features/desktop/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/hyprland/config.nix b/home/features/desktop/hyprland/config.nix index 726957e..5f1da25 100644 --- a/home/features/desktop/hyprland/config.nix +++ b/home/features/desktop/hyprland/config.nix @@ -119,7 +119,7 @@ "$mainMod, P, pseudo" # determine subsplit "$mainMod, F, fullscreen, 0" "$mainMod SHIFT, F, fullscreen, 1" - ", Print, exec, hyprshade off && grim -g \"$(slurp -w 0 -d)\" - | wl-copy && hyprshade on bluelight" + ", Print, exec, hyprshade off && grim -g \"$(slurp -w 0 -d -b 00000080)\" - | wl-copy && hyprshade on bluelight" # Move focus with mainMod + arrow keys "$mainMod, left, movefocus, l"