diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 11:25:11 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 11:25:11 +0100 |
commit | 43784fbce5b37ab514c3a1fb0c032ae2cc0e5af4 (patch) | |
tree | c92dbeff1218b70860af802f113aad3eb09b3087 | |
parent | Some more bindings (diff) | |
download | dwm-43784fbce5b37ab514c3a1fb0c032ae2cc0e5af4.tar.gz dwm-43784fbce5b37ab514c3a1fb0c032ae2cc0e5af4.tar.bz2 dwm-43784fbce5b37ab514c3a1fb0c032ae2cc0e5af4.tar.xz dwm-43784fbce5b37ab514c3a1fb0c032ae2cc0e5af4.tar.zst dwm-43784fbce5b37ab514c3a1fb0c032ae2cc0e5af4.zip |
Is it nicer?
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -39,20 +39,20 @@ 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 selected window to workspace** 1-10 with `super+shift+{F1-F10}` +- **show all workspaces** at once with `super+F12` +- **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` -- **cycle through windows** down/up with `super+j/k` -- **move selected window** down/up with `super+shift+j/k` +- **kill selected** window with `super+q` +- **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` -- **maximized mode (monocle)** on selected window with `super+f` -- **floating mode** on selected window with `super+space` -- **toggle top bar** with `super+escape`. Hidden by default +- toggle **normal tiled mode** with `super+s` +- toggle **alternative tiled mode** with `super+shift+s` +- toggle **maximized mode (monocle)** on selected window with `super+f` +- toggle **floating mode** on selected window with `super+space` +- toggle **top bar** with `super+escape`. Hidden by default - **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 |