From fe783c3ebd44b16e91bd27bd79de1dbf05367403 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 18 Jul 2020 14:17:55 -0500 Subject: [PATCH] Literate programming is the cool thing. --- .config/qtile/README.org | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index d89f27d..b25014a 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -72,27 +72,27 @@ 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 | +| A FEW IMPORTANT KEYBINDINGS | ASSOCIATED 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