aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 10:34:58 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 10:34:58 +0100
commite1ead16335a4b6dfbc353ac20749ebb668c0a709 (patch)
treee7fa25f8a586a9a7950c2d075c49b9115fdcda3e
parentLet's see (diff)
downloaddwm-e1ead16335a4b6dfbc353ac20749ebb668c0a709.tar.gz
dwm-e1ead16335a4b6dfbc353ac20749ebb668c0a709.tar.bz2
dwm-e1ead16335a4b6dfbc353ac20749ebb668c0a709.tar.xz
dwm-e1ead16335a4b6dfbc353ac20749ebb668c0a709.tar.zst
dwm-e1ead16335a4b6dfbc353ac20749ebb668c0a709.zip
In progress
-rw-r--r--README.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/README.md b/README.md
index 49d05c7..bf8c64d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# README in progress
+
# Joe's dwm (the dynamic window manager) laptop build
The original [dwm](https://dwm.suckless.org/) desktop manager build use to use on my ThinkPad.
@@ -8,10 +10,10 @@ Based on version 6.2.
## Dependencies
- `gcc`
- `make`
- `xorg`
- `libX11`
+ `gcc`
+ `make`
+ `xorg`
+ `libX11`
`libXft`
## Installation
@@ -26,4 +28,13 @@ To use it as a default WM, if you are using xinit, add this to your `.xinitrc`:
```shell
exec dwm
```
-I am not shure about how to set it up on `gdm`/`lightdm`/etc... \ No newline at end of file
+I am not shure about how to set it up on `gdm`, `lightdm`, etc...
+
+## Bindings
+
+Some of the main key bindings:
+- **switch to workspace** 1-10 with `super+{F1-F10}`
+- **show all workspaces at once** with `super+F12`
+- **move a window to workspace** 1-10 with `super+shift+{F1-F10}`
+
+My own autostart script can be found on my (dotfiles)[https://github.com/JozanLeClerc/dotfiles.git] repository. It should be placed in `~/.dwm/` directory. \ No newline at end of file