Files
amiwm-neo/Background

7 lines
127 B
Plaintext
Raw Normal View History

2017-03-26 13:00:19 +02:00
#!/bin/sh
if [ "$3" = "0x00000000" ]; then
display -window root $4 > /dev/null
else
display -window "$3" $4 > /dev/null
fi