summaryrefslogtreecommitdiff
path: root/scratch/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/init.lua')
-rw-r--r--scratch/init.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/scratch/init.lua b/scratch/init.lua
deleted file mode 100644
index f3b3e7e..0000000
--- a/scratch/init.lua
+++ /dev/null
@@ -1,14 +0,0 @@
----------------------------------------------------------------
--- 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
----------------------------------------------------------------
-
-local scratch = {} -- module scratch
-
-scratch.pad = require("scratch.pad")
-scratch.drop = require("scratch.drop")
-
-return scratch