diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -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 |