diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9,14 +9,14 @@ As I am not using dwm anymore, developpement on my build might stop on this vers ## Dependencies -Required: +#### Required: `gcc` `make` `xorg` `libX11` `libXft` -Optional: +#### Optional: `st` find my custom improved build [here](https://github.com/JozanLeClerc/st-laptop) `slock` `dmenu` @@ -43,13 +43,14 @@ 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 stack to workspace 1-10 with `super+shift+{F1-F10}` -- **fire up** `st` terminal with `super+return`. See how to set it to another terminal emulator in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config) +- **fire up** `st` terminal with `super+return`. See how to set it to another terminal emulator in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config) - **kill** selected stack with `super+q` - **cycle through** stacks down/up with `super+j/k` - **move** selected stack down/up with `super+shift+j/k` - **resize** master stack 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/) +- **invoke** `qutebrowser` if installed with `super+3`. See how to set it up to your favorite web browser in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config) - toggle **normal tiled mode** with `super+s` - toggle **alternative tiled mode** with `super+shift+s` - toggle **maximized mode** (monocle) on selected stack with `super+f` |