Adding a few keybindings to the README.

This commit is contained in:
Derek Taylor
2019-03-15 18:23:02 -05:00
parent de7ab5c76c
commit 56c43883fe
3 changed files with 6 additions and 0 deletions

View File

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