awsetbg: enhance display command
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
79acfa7a65
commit
735dacbe3e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue