diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 10:42:53 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 10:42:53 +0100 |
commit | adc3fc4ab00f3745ab4b84bac07680fbec8f9a6f (patch) | |
tree | 890983ba646dcdc2c3d2c2234fd0a07cd9b20c0a /README.md | |
parent | In progress (diff) | |
download | dwm-adc3fc4ab00f3745ab4b84bac07680fbec8f9a6f.tar.gz dwm-adc3fc4ab00f3745ab4b84bac07680fbec8f9a6f.tar.bz2 dwm-adc3fc4ab00f3745ab4b84bac07680fbec8f9a6f.tar.xz dwm-adc3fc4ab00f3745ab4b84bac07680fbec8f9a6f.tar.zst dwm-adc3fc4ab00f3745ab4b84bac07680fbec8f9a6f.zip |
still in progress
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |