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