summaryrefslogtreecommitdiff
path: root/obcl/foo.conf
blob: 648bb01c547490bbc2d7b8f64f6bc306628e254c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include "meh.conf";
include "bummy.conf";

section mouse {
    mbind titlebar, frame {
        event click;
        button middle;
        action lower;
    }

    mbind frame {
        event click;
        button right;
        action launch_nukes;
    }
}

section theme {
    theme "merry";
    font "tahoma-12 bold";
}