aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 11:17:31 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 11:17:31 +0100
commitabc9156d12993e8c2662b75ceca4bd5779c7117d (patch)
tree1de4731c67aaef893bab6b8291e79b0102aaa579
parentAdvencing (diff)
downloaddwm-abc9156d12993e8c2662b75ceca4bd5779c7117d.tar.gz
dwm-abc9156d12993e8c2662b75ceca4bd5779c7117d.tar.bz2
dwm-abc9156d12993e8c2662b75ceca4bd5779c7117d.tar.xz
dwm-abc9156d12993e8c2662b75ceca4bd5779c7117d.tar.zst
dwm-abc9156d12993e8c2662b75ceca4bd5779c7117d.zip
Advencing
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index c7888c9..91e6873 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,16 @@ As I am not using dwm anymore, developpement on my build might stop on this vers
## Dependencies
- `gcc`
- `make`
- `xorg`
- `libX11`
- `libXft`
+ `gcc`
+ `make`
+ `xorg`
+ `libX11`
+ `libXft`
+
+Optional:
+ `st`
+ `slock`
+ `dmenu`
## Installation
@@ -41,6 +46,7 @@ Some of the main key bindings:
- **cycle through windows** down/up with `super+j/k`
- **move selected window** down/up with `super+shift+j/k`
- **resize** master window to left/right with `super+h/l`
+- **invoke** `dmenu_run` application launcher with `super+p`. Get it [here](https://tools.suckless.org/dmenu/)
- **invoke** `slock` screen locker with `super+shift+l`. Get it [here](https://tools.suckless.org/slock/)
- **normal tiled mode** with `super+s`
- **alternative tiled mode** with `super+shift+s`