Literate programming is the cool thing.

This commit is contained in:
Derek Taylor
2020-07-18 14:15:43 -05:00
parent 6c0c6ae95d
commit a1b6aaab2d

View File

@@ -72,6 +72,29 @@ myTerm = "alacritty" # My terminal of choice
myConfig = "/home/dt/.config/qtile/config.py" # The Qtile config file location
#+END_SRC
| Keybinding | Action |
|-------------------------+--------------------------------------------------------------------------|
| MODKEY + RETURN | opens terminal (alacritty is the terminal but can be easily changed) |
| MODKEY + SHIFT + RETURN | opens run launcher (dmenu is the run launcher but can be easily changed) |
| MODKEY + TAB | rotates through the available layouts |
| 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 | 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 |
| MODKEY + period | switch focus to next monitor |
| MODKEY + comma | switch focus to prev monitor |
* Keybindings
These are the keybindings for qtile.