summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/include.sh
blob: f9e3078d64785bcee4fc2eb28a3dbbb5ecb5ec04 (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="${XDG_RUNTIME_DIR}/n/wmii${DISPLAY}"
fi

. util.sh
. config.sh