mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Adding a few keybindings to the README.
This commit is contained in:
@@ -24,6 +24,8 @@ The MODKEY is set to the Super key (aka the Windows key).
|
||||
| :--- | :--- |
|
||||
| `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 + SHIFT + c` | closes window with focus |
|
||||
| `MODKEY + SHIFT + q` | quits qtile |
|
||||
| `MODKEY + j` | lazy layout up (switches focus between windows in the stack) |
|
||||
| `MODKEY + k` | lazy layout down (switches focus between windows in the stack) |
|
||||
| `MODKEY + SHIFT + j` | lazy layout shuffle_up (rotates the windows in the stack) |
|
||||
|
||||
@@ -22,6 +22,8 @@ The MODKEY is set to the Super key (aka the Windows key).
|
||||
| :--- | :--- |
|
||||
| `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 + SHIFT + c` | closes window with focus |
|
||||
| `MODKEY + SHIFT + q` | quits xmonad |
|
||||
| `MODKEY + j` | windows focus down (switches focus between windows in the stack) |
|
||||
| `MODKEY + k` | windows focus up (switches focus between windows in the stack) |
|
||||
| `MODKEY + SHIFT + j` | windows swap down (swap windows in the stack) |
|
||||
|
||||
@@ -11,6 +11,8 @@ The MODKEY is set to the `Super` key (aka the `Windows` key)
|
||||
| :--- | :--- |
|
||||
| `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 + SHIFT + c` | closes window with focus |
|
||||
| `MODKEY + SHIFT + q` | quits dwm |
|
||||
| `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) |
|
||||
|
||||
Reference in New Issue
Block a user