]> git.pld-linux.org Git - packages/icewm.git/blob - icewm-startup.sh
- up to 3.4.7
[packages/icewm.git] / icewm-startup.sh
1 #!/bin/sh
2
3 if [ ! -d ~/.icewm ] ; then
4         mkdir -p ~/.icewm
5         install -m 644 /etc/X11/icewm/{keys,menu,preferences,programs,restart,toolbar,winoptions} ~/.icewm/
6         echo "`which icewmbg` &" > ~/.icewm/startup
7         chmod +x ~/.icewm/startup
8 fi
This page took 0.135254 seconds and 3 git commands to generate.