summaryrefslogtreecommitdiff
path: root/obcl/foo.conf
diff options
context:
space:
mode:
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";
+}