tChanged coordinates - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit d3d8afe152e110c13fce9ca82ad782a7fdecaa0b
(DIR) parent db7e978c8ed23852c67d682541de3c951382be91
(HTM) Author: z3bra <willy@mailoo.org>
Date: Sun, 8 Feb 2015 12:03:05 +0100
Changed coordinates
Diffstat:
M popup | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/popup b/popup
t@@ -17,9 +17,10 @@ IFS=' x' read x y <<< `xrandr | grep '*' | sed 1q | awk '{print $1}'`
width=300
height=20
-offx=$(( x - $width - 10 ))
-#offy=$(( y - $height - 10 ))
+offx=10
offy=10
+#offx=$(( x - $width - 10 ))
+#offy=$(( y - $height - 10 ))
title=""
geom=${width}x${height}+${offx}+${offy}