From 5e8085c85572ef6a99c2539b2aa422548abb07fe Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 14 Mar 2019 11:02:20 -0500 Subject: [PATCH] Editing README. --- .config/qtile/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.config/qtile/README.md b/.config/qtile/README.md index e5fb2cc..654c164 100644 --- a/.config/qtile/README.md +++ b/.config/qtile/README.md @@ -16,6 +16,22 @@ A full-featured, pure-Python tiling window manager * Qtile's remote scriptability makes it one of the most thoroughly unit-tested window managers around. +# My Keybindings + +| Keybinding | Action | +| :--- | :--- | +| `MODKEY + Keypad Insert` | opens run launcher (dmenu is the run launcher but can be easily changed) | +| `MODKEY + Enter` | opens terminal (st is the terminal but can be easily changed) | +| `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 + SHIFT + h` | Shrink size of window (MondadTall layout) | +| `MODKEY + SHIFT + l` | Shrink size of window (MondadTall layout) | +| `MODKEY + i` | swtich focus to monitor 1 | +| `MODKEY + o` | swtich focus to monitor 2 | +| `MODKEY + p` | swtich focus to monitor 3 | + # Current Release The current stable version of qtile is 0.13.0, released 2018-12-23. See the