all repos — openbox @ 37e2ef05d5e0ae2edec6f51a6c52f701fd0ce9fd

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