Literate programming is the cool thing.

This commit is contained in:
Derek Taylor
2020-07-18 14:17:55 -05:00
parent a1b6aaab2d
commit fe783c3ebd

View File

@@ -72,8 +72,8 @@ myTerm = "alacritty" # My terminal of choice
myConfig = "/home/dt/.config/qtile/config.py" # The Qtile config file location myConfig = "/home/dt/.config/qtile/config.py" # The Qtile config file location
#+END_SRC #+END_SRC
| Keybinding | Action | | A FEW IMPORTANT KEYBINDINGS | ASSOCIATED ACTION |
|-------------------------+--------------------------------------------------------------------------| |-----------------------------+--------------------------------------------------------------------------|
| MODKEY + RETURN | opens terminal (alacritty is the terminal but can be easily changed) | | 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 + SHIFT + RETURN | opens run launcher (dmenu is the run launcher but can be easily changed) |
| MODKEY + TAB | rotates through the available layouts | | MODKEY + TAB | rotates through the available layouts |