diff --git a/dwm/README.md b/dwm/README.md index 95b92d7..c0aaa28 100755 --- a/dwm/README.md +++ b/dwm/README.md @@ -1,4 +1,4 @@ -# dwm - dynamic window manager +# My dwm (Dynamic Window Manager) build ![Screenshot of my desktop](https://gitlab.com/dwt1/dotfiles/raw/master/.screenshots/dotfiles04.png) dwm is an extremely fast, small, and dynamic window manager for X. @@ -7,12 +7,12 @@ dwm is an extremely fast, small, and dynamic window manager for X. | Keybinding | Action | | :--- | :--- | -| `MODKEY + Keypad Insert` | opens run launcher (dmenu) | -| `MODKEY + Enter` | opens terminal (st) | -| `MODKEY + j` | focus stack +1 | -| `MODKEY + k` | focus stack -1 | -| `MODKEY + SHIFT + j` | rotate stack +1 | -| `MODKEY + SHIFT + k` | rotate stack -1 | +| `MODKEY + Keypad Insert` | opens run launcher (dmenu is the run launcher but can be easily changed) | +| `MODKEY + Enter` | opens terminal (st is the terminal but can be easily changed) | +| `MODKEY + j` | focus stack +1 (switches focus between windows in the stack) | +| `MODKEY + k` | focus stack -1 (switches focus between windows in the stack) | +| `MODKEY + SHIFT + j` | rotate stack +1 (rotates the windows in the stack) | +| `MODKEY + SHIFT + k` | rotate stack -1 (rotates the windows in the stack) | | `MODKEY + h` | setmfact -0.05 (decreases window width) | | `MODKEY + l` | setmfact +0.05 (increases window width) | | `MODKEY + ,` | focusmon -1 |