]> git.pld-linux.org Git - packages/icewm.git/blob - icewm-startup.sh
- replace wmstyle startup script with script run directly by icewm-session
[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/* ~/.icewm/
6 fi
This page took 0.053547 seconds and 3 git commands to generate.