From b68eb3769bf82a3d1abcdb40a0ea7f160e6dc2ef Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 20 Jun 2024 16:36:33 +0200 Subject: [PATCH] [flameshot] feat: flameshot > grimblast hacky script --- nix/home/hyprland/hyprland-bindings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/hyprland/hyprland-bindings.nix b/nix/home/hyprland/hyprland-bindings.nix index 96914d0..718918f 100644 --- a/nix/home/hyprland/hyprland-bindings.nix +++ b/nix/home/hyprland/hyprland-bindings.nix @@ -27,7 +27,7 @@ "$mainMod, N, exec, alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh" "$mainMod, P, exec, ~/.dotfiles/apps/hyprland/hypridle.sh toggle" "$mainMod, Q, killactive" - "$mainMod, S, exec, XDG_CURRENT_DESKTOP=sway flameshot gui -c -p /home/simon/Pictures/Screenshots" + "$mainMod, S, exec, XDG_CURRENT_DESKTOP=sway flameshot gui --clipboard --path /home/simon/Pictures/Screenshots" "$mainMod, T, exec, alacritty --class nostt --command nostt" "$mainMod, V, togglefloating"