awesomewm/scratch/init.lua
crater2150 b241b19f44 update
2013-04-13 17:17:09 +02:00

15 lines
520 B
Lua

---------------------------------------------------------------
-- 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