improve doc
This commit is contained in:
parent
656951981e
commit
e4d92e8927
@ -2,4 +2,5 @@ git clone https://github.com/deficient/battery-widget.git
|
|||||||
git clone https://github.com/deficient/keyboard-layout-indicator.git
|
git clone https://github.com/deficient/keyboard-layout-indicator.git
|
||||||
git clone https://github.com/guotsuan/awesome-revelation revelation
|
git clone https://github.com/guotsuan/awesome-revelation revelation
|
||||||
git clone https://github.com/berlam/awesome-switcher.git awesome-switcher
|
git clone https://github.com/berlam/awesome-switcher.git awesome-switcher
|
||||||
sudo apt-get install acpid
|
sudo apt update
|
||||||
|
sudo apt-get install acpid fonts-emojione fonts-noto-color-emoji
|
||||||
|
|||||||
2
rc.lua
2
rc.lua
@ -994,5 +994,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
|||||||
-- }}}
|
-- }}}
|
||||||
--
|
--
|
||||||
-- {{{ autostart
|
-- {{{ autostart
|
||||||
-- awful.spawn.with_shell("~/.config/awesome/autorun.sh")
|
awful.spawn.with_shell("~/.config/awesome/autorun.sh")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|||||||
34
readme.md
Normal file
34
readme.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user