This commit is contained in:
anakha 2021-06-27 21:26:03 -04:00
parent 5b79c5f181
commit 1547e04986
1 changed files with 7 additions and 7 deletions

View File

@ -62,23 +62,23 @@ local machina = require('awesomewm-machina')()
some of the default shortcuts are:
```lua
modkey + shift + [ : prev within region
modkey + shift + ] : next within region
modkey + [ : move to region (counter clock wise, infinite)
modkey + ] : move to region (clock wise, infinite)
modkey + ; : swap with client on left (if any)
modkey + ' : swap with client on right (if any)
modkey + shift + [ : swap with client on left (if any)
modkey + shift + ] : swap with client on right (if any)
modkey + shift + ' : prev within region
modkey + shift + ; : next within region
modkey + insert : quick expand to left side (toggle)
modkey + pageup : quick expand to right side (toggle)
modkey + delete : expand client vertically
modkey + home : center (float or tiled)
modkey + end : toggle float
modkey + delete : expand client vertically
modkey + j : focus left
modkey + k : focus down
modkey + l : focus right