From 809141fc665c4481cbcc2808ba45af0b0b45aa1d Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:03:04 +0100 Subject: [PATCH] Hyprland: Fix screenshot black border --- 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 6ab79ec..e60144e 100644 --- a/home/features/desktop/hyprland/config.nix +++ b/home/features/desktop/hyprland/config.nix @@ -119,7 +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" + ", 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"