From 320133a03758ce9f52a9dc5eaffb52534e96bebf Mon Sep 17 00:00:00 2001 From: elythh Date: Sun, 11 Feb 2024 03:57:48 +0100 Subject: [PATCH] :bug: sway screenshot Satty has no --notify option, it's sss --- home/gwen/conf/ui/wayland/swayfx/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/gwen/conf/ui/wayland/swayfx/default.nix b/home/gwen/conf/ui/wayland/swayfx/default.nix index cc2ab2b2..3359e0a1 100644 --- a/home/gwen/conf/ui/wayland/swayfx/default.nix +++ b/home/gwen/conf/ui/wayland/swayfx/default.nix @@ -33,6 +33,7 @@ wlr-randr wtype sassc + satty xdg-utils ydotool wlr-randr @@ -130,7 +131,7 @@ let cfg = config.wayland.windowManager.sway.config; mod = cfg.modifier; - screenshot_satty = "grim -g \"$(slurp)\" - | satty --early-exit -f - --copy-command wl-copy --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png --notify"; + screenshot_satty = "grim -g \"$(slurp)\" - | satty --early-exit -f - --copy-command wl-copy --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png"; in {