From 7aae14e9b83242c2778e57c069fb8f299b8172f3 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 14 Apr 2003 06:04:49 +0000 Subject: beginning of obcl. the parser works with semicolons after statements for now, there is much left to change and do. --- obcl/foo.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 obcl/foo.conf (limited to 'obcl/foo.conf') diff --git a/obcl/foo.conf b/obcl/foo.conf new file mode 100644 index 00000000..648bb01c --- /dev/null +++ b/obcl/foo.conf @@ -0,0 +1,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"; +} -- cgit v1.2.3