mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Fixing keybinding table position.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user