awsetbg: enhance display command

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
MATSUU Takuto 2008-10-01 09:04:00 +09:00 committed by Julien Danjou
parent 79acfa7a65
commit 735dacbe3e
1 changed files with 2 additions and 2 deletions

View File

@ -338,10 +338,10 @@ case $WPSETTER in
debugstory=$standardok
;;
display)
full="`xwininfo -root 2> /dev/null|grep geom` -window root"
full="-sample `xwininfo -root 2> /dev/null|awk '/geom/{print $2}'` -window root"
tile='-window root'
center='-backdrop -window root'
aspect=$full
aspect="`xwininfo -root 2> /dev/null|grep geom` -window root"
debugstory=$standardrant
;;
Esetroot)