summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/include.sh
blob: bd9456fba3a9f6eaa216c28a850eb177d101bf46 (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