diff --git a/sway/scripts/screenshot.sh b/sway/scripts/screenshot.sh index 3d75d47..fe4d061 100755 --- a/sway/scripts/screenshot.sh +++ b/sway/scripts/screenshot.sh @@ -2,4 +2,5 @@ # screenshot focused monitor with satty output=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') -grim -o "$output" - | satty -f - --fullscreen +grim -o "$output" - | satty -f - --fullscreen --early-exit +