20 lines
243 B
Markdown
20 lines
243 B
Markdown
|
### install
|
||
|
|
||
|
switch to your awesome config folder, typically at:
|
||
|
|
||
|
```
|
||
|
cd ~/.config/awesome
|
||
|
```
|
||
|
|
||
|
clone this repository:
|
||
|
|
||
|
```
|
||
|
https://github.com/basaran/awesomewm-backham
|
||
|
```
|
||
|
|
||
|
and call it from your `rc.lua`
|
||
|
|
||
|
```
|
||
|
require('awesomewm-backham')
|
||
|
```
|