Minor edits and cleanup.

This commit is contained in:
Derek Taylor
2019-03-14 10:05:48 -05:00
parent 1832c1247a
commit 0fee93d520

View File

@@ -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 |