From d7041ae454a4a97f83f2d5f8af56d5244742d810 Mon Sep 17 00:00:00 2001 From: anakha Date: Fri, 28 May 2021 02:10:07 -0400 Subject: [PATCH] initial --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..fb6b3b2 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +### install + +switch to your awesome config folder, typically at: + +``` +cd ~/.config/awesome +``` + +clone this repository: + +``` +https://github.com/basaran/awesomewm-backham +``` + +and call it from your `rc.lua` + +``` +require('awesomewm-backham') +```