mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Minor edits and cleanup.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# dwm - dynamic window manager
|
||||
# My dwm (Dynamic Window Manager) build
|
||||
|
||||

|
||||
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 |
|
||||
|
||||
Reference in New Issue
Block a user