]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm-startup.sh
- up to 3.4.7
[packages/icewm.git] / icewm-startup.sh
index 7b9093eccc8e5436b5b06ec2a528941c89c1252e..63f53e6376b5843583a764f8e7a5d4c2a5d3edc7 100644 (file)
@@ -3,5 +3,6 @@
 if [ ! -d ~/.icewm ] ; then
        mkdir -p ~/.icewm
        install -m 644 /etc/X11/icewm/{keys,menu,preferences,programs,restart,toolbar,winoptions} ~/.icewm/
-       echo `which icewmbg` > ~/.icewm/startup
+       echo "`which icewmbg` &" > ~/.icewm/startup
+       chmod +x ~/.icewm/startup
 fi
This page took 0.083959 seconds and 4 git commands to generate.