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