all repos — openbox @ 7aae14e9b83242c2778e57c069fb8f299b8172f3

openbox fork - make it a bit more like ryudo

obcl/foo.conf (raw)

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";
}