summaryrefslogtreecommitdiff
path: root/scratch/init.lua
diff options
context:
space:
mode:
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")