From a1b6aaab2d8f3b8721930f1bfbb96a46936d95ff Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 18 Jul 2020 14:15:43 -0500 Subject: [PATCH] Literate programming is the cool thing. --- .config/qtile/README.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index d25967a..d89f27d 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -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.