fixed window-screenshot.sh

This commit is contained in:
Schrottkatze 2022-09-19 00:40:42 +02:00
parent 36ca408b4b
commit 1640371125

View file

@ -4,5 +4,5 @@ eval $(xwininfo -id $(xdotool getactivewindow) |
-e "s/^ \+Absolute upper-left Y: \+\([0-9]\+\).*/y=\1/p" \
-e "s/^ \+Width: \+\([0-9]\+\).*/w=\1/p" \
-e "s/^ \+Height: \+\([0-9]\+\).*/h=\1/p" )
echo -n "''$x ''$y ''$w ''$h"
flameshot gui --region "''${w}x''${h}+''${x}+''${y}" -c -p ~/Pictures/screenshots/
echo -n "$x $y $w $h"
flameshot gui --region "${w}x${h}+${x}+${y}" -c -p ~/Pictures/screenshots/