summaryrefslogtreecommitdiff
path: root/.config/wmii/include.sh
blob: 0d639a2e375be34417ce9350593e5794bdc3c3b0 (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"
fi

. util.sh
. config.sh