From 2f83e380b049bbced09d5e37d9535a851f8999d9 Mon Sep 17 00:00:00 2001 From: anakha Date: Mon, 28 Jun 2021 07:48:51 -0400 Subject: [PATCH] doc update --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4499251..21a2f2a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,22 @@ local machina = require('awesomewm-machina')() ### Keybindings -some of the default shortcuts are: +This module directly injects into rc.lua and ideally, all keybindings should work unless you override them in your rc.lua. + +If you have any issues, you can change in your `rc.lua`: + +```lua +root.keys(globalkeys) +``` + +to: + +```lua +root.keys(gears.table.join(root.keys(),globalkeys)) +``` +or, you can just copy / paste what you like from `init.lua` onto your rc.lua globalkeys table. + +Some of the default shortcuts are: ```lua modkey + [ : shift to region (counter clock wise, infinite)