1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00
awesome-copycats/scratch/init.lua

15 lines
520 B
Lua
Raw Normal View History

2013-03-15 13:11:21 +00:00
---------------------------------------------------------------
-- 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