mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 10:31:13 +10:00
Minor edits and cleanup.
This commit is contained in:
+9
-1
@@ -3,12 +3,20 @@
|
|||||||

|

|
||||||
dwm is an extremely fast, small, and dynamic window manager for X.
|
dwm is an extremely fast, small, and dynamic window manager for X.
|
||||||
|
|
||||||
# My keybindings
|
# My Keybindings
|
||||||
|
|
||||||
| Keybinding | Action |
|
| Keybinding | Action |
|
||||||
| :--- | :--- |
|
| :--- | :--- |
|
||||||
| `MODKEY + Keypad Insert` | opens run launcher (dmenu) |
|
| `MODKEY + Keypad Insert` | opens run launcher (dmenu) |
|
||||||
| `MODKEY + Enter` | opens terminal (st) |
|
| `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 + ,` | focusmon -1 |
|
||||||
|
| `MODKEY + .` | focusmon +1 |
|
||||||
|
| `MODKEY + h` | setmfact -0.05 (decreases window width) |
|
||||||
|
| `MODKEY + l` | setmfact +0.05 (increases window width) |
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user