Go to file
anakha 05896c56dd refactor 2021-06-10 10:36:59 -04:00
README.md initial 2021-06-10 10:28:28 -04:00
init.lua refactor 2021-06-10 10:36:59 -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-backham')

append to your keybindings, typically in your rc.lua

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