aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf8c64d..be8f73b 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,14 @@ I am not shure about how to set it up on `gdm`, `lightdm`, etc...
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
+- **move selected window to workspace** 1-10 with `super+shift+{F1-F10}`
+- **fire up st** terminal with `super+return`
+- **kill selected window** with `super+q`
+- **select window** left/down/up/right with `super+h/j/k/l`
+- **normal tiled mode** with `super+s`
+- **alternative tiled mode** with `super+shift+s`
+- **maximized mode (monocle)** on selected window with `super+f`
+- **floating mode** on selected window with `super+space`
+- **exit** dwm with `super+shift+e`
+
+My own autostart script can be found under my [dotfiles](https://github.com/JozanLeClerc/dotfiles.git) repository. It should be placed in `~/.dwm/` directory. \ No newline at end of file