Go to file
anakha 68fb59b522 keybind update 2021-06-11 02:02:58 -04:00
README.md keybind update 2021-06-11 01:28:10 -04:00
init.lua keybind update 2021-06-11 02:02:58 -04:00

README.md

install

switch to your awesome config folder, typically at:

cd ~/.config/awesome

clone this repository:

https://github.com/basaran/awesomewm-machina

and call it from your rc.lua

local machina = require('awesomewm-machina')

append to your keybindings, typically in your rc.lua

root.keys(gears.table.join(config.globalkeys, machina.keys))

default shortcuts are:

modkey + [ : prev in region
modkey + ] : next in region

modkey + insert : move top left
modkey + delete : move bottom left
modkey + home : center as float
modkey + pageup : move top right
modkey + pagedown : move bottom right

modkey + j : stack friendly left
modkey + k : stack friendly down
modkey + l : stack friendly right
modkey + i : stack friendly up

Preview

https://user-images.githubusercontent.com/30809170/121564284-48bf6d80-c9e9-11eb-982c-6abfbf1fddf1.mp4