txgifs: changed default border size - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 185e52b8e623acceb313a43275416246ea67ee64
(DIR) parent 1402ed33d157e2a8aeb61b58ffa6dc8494c058a9
(HTM) Author: z3bra <willy@mailoo.org>
Date: Sat, 6 Dec 2014 12:36:47 +0100
xgifs: changed default border size
Diffstat:
M xgif | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/xgif b/xgif
t@@ -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/:$//')