Added Background_resize again because i forgot to do it in a6cbde4

This commit is contained in:
reddsik
2017-07-16 00:22:09 +02:00
parent 910c15cece
commit b6d25b8f9b

View File

@@ -1,6 +1,7 @@
#!/bin/sh
if [ "$3" = "0x00000000" ]; then
display -window root $4 > /dev/null
display -resize $(xwininfo -root | grep geometry | sed -s "s/-geometry //" | sed -s "s/+0+0//") -window root "$4" > /dev/null
else
display -window "$3" $4 > /dev/null
fi
display -resize $(xwininfo -root | grep geometry | sed -s "s/-geometry //" | sed -s "s/+0+0//") -window "$3" "$4" > /dev/null
fi