From e1ead16335a4b6dfbc353ac20749ebb668c0a709 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 8 Nov 2019 10:34:58 +0100 Subject: In progress --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3