feat(satty): replace flameshot
This commit is contained in:
5
sway/scripts/screenshot.sh
Executable file
5
sway/scripts/screenshot.sh
Executable 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
|
||||
Reference in New Issue
Block a user