openbox/obcl/foo.conf
Marius Nita 7aae14e9b8 beginning of obcl. the parser works with semicolons after statements
for now, there is much left to change and do.
2003-04-14 06:04:49 +00:00

21 lines
323 B
Text

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