summaryrefslogtreecommitdiff
path: root/scratch/init.lua
blob: f3b3e7e5db50e9b5e3ccdddd219ce80e88c64cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---------------------------------------------------------------
-- 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