blob: 23a8e4aab396d863796460f673822c601997acf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/bash
if [[ -z "$WMII_NAMESPACE" ]]; then
export WMII_NAMESPACE="`wmiir namespace`"
fi
if [[ -z "$WMII_DIR" ]]; then
export WMII_DIR="$HOME/n/wmii${DISPLAY}"
fi
. util.sh
. config.sh
|