feat(satty): replace flameshot

This commit is contained in:
2026-03-12 18:28:31 +01:00
parent 5b367986ee
commit e52005df82
5 changed files with 8 additions and 22 deletions

5
sway/scripts/screenshot.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# screenshot focused monitor with satty
output=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name')
grim -o "$output" - | satty -f - --fullscreen