blob: 4e86276f7a35a946a5f9f915ba2a6070bfd6dbbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/hint/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
|