Updating README.

This commit is contained in:
Derek Taylor
2020-03-12 11:12:09 -05:00
parent 68a6aaca26
commit e7b632e288
6 changed files with 30 additions and 18 deletions

View File

@@ -29,12 +29,14 @@ keybindings consistent with all of my window managers.
| `MODKEY + SHIFT + c` | closes window with focus |
| `MODKEY + SHIFT + r` | restarts qtile |
| `MODKEY + SHIFT + q` | quits qtile |
| `MODKEY + 1-9` | switch focus to workspace (1-9) |
| `MODKEY + SHIFT + 1-9` | send focused window to workspace (1-9) |
| `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) |
| `MODKEY + SHIFT + k` | lazy layout shuffle_down (rotates the windows in the stack) |
| `MODKEY + h` | Shrink size of window (MondadTall layout) |
| `MODKEY + l` | Shrink size of window (MondadTall layout) |
| `MODKEY + h` | expand size of window (MondadTall layout) |
| `MODKEY + l` | shrink size of window (MondadTall layout) |
| `MODKEY + w` | switch focus to monitor 1 |
| `MODKEY + e` | switch focus to monitor 2 |
| `MODKEY + r` | switch focus to monitor 3 |