commit 185e52b8e623acceb313a43275416246ea67ee64 parent 1402ed33d157e2a8aeb61b58ffa6dc8494c058a9 Author: z3bra <willy@mailoo.org> Date: Sat Dec 6 12:36:47 +0100 xgifs: changed default border size Diffstat:
xgif | | | 2 | +- |
diff --git a/xgif b/xgif @@ -19,7 +19,7 @@ case $1 in esac # the size of your window manager borders, to include them in the gif -BORDERS=${BORDER:-5} +BORDERS=${BORDER:-2} # let the user grab a window geom=$(xwininfo|grep -E "Wid|Hei|Abs"|sed 's/.*:\s*//g'|tr '\n' :|sed 's/:$//')