]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm-startup.sh
- replace wmstyle startup script with script run directly by icewm-session
[packages/icewm.git] / icewm-startup.sh
diff --git a/icewm-startup.sh b/icewm-startup.sh
new file mode 100644 (file)
index 0000000..fc01ae7
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ ! -d ~/.icewm ] ; then
+       mkdir -p ~/.icewm
+       install -m 644 /etc/X11/icewm/* ~/.icewm/
+fi
This page took 0.113789 seconds and 4 git commands to generate.