35 lines
804 B
Markdown
35 lines
804 B
Markdown
# AwesomeWM config
|
|
|
|
Features:
|
|
- fix set of tags 1-20 (super+num|super+numpad)
|
|
- tags can be moved across multiple screen (super+num|super+numpad)
|
|
- move client to tag (super+shift+num|super+shift+numpad)
|
|
- revelation widget (super+e)
|
|
- battery-widget
|
|
- keyboard-layout-indicator
|
|
- awesome-switcher(alt+tab)
|
|
|
|
Main keyboard shortcuts
|
|
|
|
select next client in current tag: super u, super i
|
|
restore all clients in current tag: super o
|
|
minimize/open client: super+n
|
|
maximaze client: super+m
|
|
revelation plugin: super+e
|
|
show help: super+s
|
|
select tag 1-10: super+num
|
|
select tag 11-20: super+numpad
|
|
next/prev tag: super+arrow(left|right)
|
|
select client by index: super+alt+num
|
|
|
|
|
|
## Checkout
|
|
|
|
Checkout the awesome folder and copy it to
|
|
~/.cofig/awesome
|
|
|
|
## install dependencies
|
|
```bash
|
|
sudo bash install-deps.sh
|
|
```
|