doc update

This commit is contained in:
anakha 2021-06-10 10:55:06 -04:00
parent f3f65d2b5e
commit f445d0d07d
1 changed files with 12 additions and 0 deletions

View File

@ -22,4 +22,16 @@ append to your keybindings, typically in your `rc.lua`
```lua
root.keys(gears.table.join(config.globalkeys, machina.keys))
```
default shortcuts are:
```lua
modkey + p : next in region
modkey + o : prev in region
modkey + insert : move top left
modkey + delete : move bottom right
modkey + home : center as float
modkey + pageup : move top right
modkey + pagedown : move bottom right
```