]> Dogcows Code - chaz/openbox/blob - obcl/foo.conf
beginning of obcl. the parser works with semicolons after statements
[chaz/openbox] / obcl / foo.conf
1 include "meh.conf";
2 include "bummy.conf";
3
4 section mouse {
5 mbind titlebar, frame {
6 event click;
7 button middle;
8 action lower;
9 }
10
11 mbind frame {
12 event click;
13 button right;
14 action launch_nukes;
15 }
16 }
17
18 section theme {
19 theme "merry";
20 font "tahoma-12 bold";
21 }
This page took 0.038933 seconds and 5 git commands to generate.