summaryrefslogtreecommitdiff
path: root/obcl/foo.conf
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2003-04-14 06:04:49 +0000
committerMarius Nita <marius@cs.pdx.edu>2003-04-14 06:04:49 +0000
commit7aae14e9b83242c2778e57c069fb8f299b8172f3 (patch)
tree80892567a99c251b0ae957c51309645b6d27dc98 /obcl/foo.conf
parent69854023a4f36deb80c7c3dee891acc48f8ae6da (diff)
beginning of obcl. the parser works with semicolons after statements
for now, there is much left to change and do.
Diffstat (limited to 'obcl/foo.conf')
-rw-r--r--obcl/foo.conf21
1 files changed, 21 insertions, 0 deletions
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";
+}