From 8991f0df0ffd491834e25abac0ed6b84c4cfc945 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 27 Feb 2014 23:32:55 +0100 Subject: [PATCH] Rename hints.lua to init.lua This makes it possible to install it as a module, e.g. via git submodules. --- README.md | 2 +- hints.lua => init.lua | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hints.lua => init.lua (100%) diff --git a/README.md b/README.md index 0424f0a..d62721e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Window picker with hints for Awesome Installation ============ -Put hints.lua in the awesome config directory (~/.config/awesome) +Put the directory as "hints" into the awesome config directory (~/.config/awesome). Load hints module (in rc.lua): ```lua diff --git a/hints.lua b/init.lua similarity index 100% rename from hints.lua rename to init.lua