summaryrefslogtreecommitdiff
path: root/scratch/init.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-29 23:43:13 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-29 23:43:13 +0100
commitdd090013fda59ba0c77e88a618802bec9ecb4960 (patch)
tree4671c9e99e4408905799e30b7d77ab5fe58a5534 /scratch/init.lua
parent5b4be976ab72351435e385101722c05ec2ffd76b (diff)
downloadawesome-configs-dd090013fda59ba0c77e88a618802bec9ecb4960.tar.xz
scratch: combined teardrop and scratchpad
First step in integrating teardrop and scratchpad. With time the operations common to both modules should be made available to both, removing all duplication. Modules are split, even though they could function as just one module, scratchpad could get tabbing support (or other means of scratching multiple clients) so let's keep things clean.
Diffstat (limited to 'scratch/init.lua')
-rw-r--r--scratch/init.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scratch/init.lua b/scratch/init.lua
new file mode 100644
index 0000000..eb037fc
--- /dev/null
+++ b/scratch/init.lua
@@ -0,0 +1,12 @@
+---------------------------------------------------------------
+-- Drop-down applications and scratchpad manager for awesome wm
+---------------------------------------------------------------
+-- Coded by: * Adrian C. (anrxc) <anrxc@sysphere.org>
+-- Licensed under the WTFPL version 2
+-- * http://sam.zoy.org/wtfpl/COPYING
+---------------------------------------------------------------
+
+require("scratch.pad")
+require("scratch.drop")
+
+module("scratch")