Fixing keybinding table position.

This commit is contained in:
Derek Taylor
2020-07-18 14:26:21 -05:00
parent fe783c3ebd
commit 4e8dd87d30
2 changed files with 3 additions and 151 deletions

View File

@@ -72,6 +72,9 @@ myTerm = "alacritty" # My terminal of choice
myConfig = "/home/dt/.config/qtile/config.py" # The Qtile config file location
#+END_SRC
* Keybindings
These are the keybindings for qtile.
| A FEW IMPORTANT KEYBINDINGS | ASSOCIATED ACTION |
|-----------------------------+--------------------------------------------------------------------------|
| MODKEY + RETURN | opens terminal (alacritty is the terminal but can be easily changed) |
@@ -94,10 +97,6 @@ myConfig = "/home/dt/.config/qtile/config.py" # The Qtile config file locatio
| MODKEY + period | switch focus to next monitor |
| MODKEY + comma | switch focus to prev monitor |
* Keybindings
These are the keybindings for qtile.
#+BEGIN_SRC python
keys = [
### The essentials