Initial commit!

This commit is contained in:
reddsik
2017-03-26 13:00:19 +02:00
commit c85716f60e
90 changed files with 28790 additions and 0 deletions

6
Background Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
if [ "$3" = "0x00000000" ]; then
display -window root $4 > /dev/null
else
display -window "$3" $4 > /dev/null
fi