Minor updates

pull/3/head
Ghost1227 15 years ago
parent a45bf8111a
commit 2a76aef3a2

@ -0,0 +1,6 @@
#!/bin/sh
if [ ! -n "${wm_bin}" ]; then
wm_bin="${defaultwm}"
fi
exec "${wm_bin}"
Loading…
Cancel
Save