Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/awesome/scratch/init.lua
990 views
1
---------------------------------------------------------------
2
-- Drop-down applications and scratchpad manager for awesome wm
3
---------------------------------------------------------------
4
-- Coded by: * Adrian C. (anrxc) <[email protected]>
5
-- Licensed under the WTFPL version 2
6
-- * http://sam.zoy.org/wtfpl/COPYING
7
---------------------------------------------------------------
8
9
require("scratch.pad")
10
require("scratch.drop")
11
12
module("scratch")
13
14