From b95c79e3712606f1641849a4a3307301a7146212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 18 Sep 2026 14:17:35 +0200 Subject: [PATCH] feat(sway): copy screenshot on exit --- sway/scripts/screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/scripts/screenshot.sh b/sway/scripts/screenshot.sh index fe4d061..84b8739 100755 --- a/sway/scripts/screenshot.sh +++ b/sway/scripts/screenshot.sh @@ -2,5 +2,5 @@ # screenshot focused monitor with satty output=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') -grim -o "$output" - | satty -f - --fullscreen --early-exit +grim -o "$output" - | satty -f - --fullscreen --early-exit --copy-command wl-copy