From 719ff1377087c6753900ecd6e4f7923273795c27 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 31 Jan 2024 15:03:17 -0600 Subject: [PATCH] Minor edits. --- .config/qtile/README.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index d73093c..1ef8935 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -132,11 +132,8 @@ A list of available commands that can be bound to keys can be found at: https:// | MODKEY + k | lazy layout up (switches focus between windows in the stack) | | MODKEY + SHIFT + j | lazy layout shuffle_down (rotates the windows in the stack) | | MODKEY + SHIFT + k | lazy layout shuffle_up (rotates the windows in the stack) | -| MODKEY + h | shrink size of window (MondadTall layout) | -| MODKEY + l | expand 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 + equals | expand size of window (MondadTall layout) | +| MODKEY + minus | shrink size of window (MondadTall layout) | | MODKEY + period | switch focus to next monitor | | MODKEY + comma | switch focus to prev monitor |