From 56c43883fe97bbf71a0c89915d0c4d2793be8cad Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 15 Mar 2019 18:23:02 -0500 Subject: [PATCH] Adding a few keybindings to the README. --- .config/qtile/README.md | 2 ++ .xmonad/README.md | 2 ++ dwm/README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.config/qtile/README.md b/.config/qtile/README.md index db31dcf..df28c04 100644 --- a/.config/qtile/README.md +++ b/.config/qtile/README.md @@ -24,6 +24,8 @@ The MODKEY is set to the Super key (aka the Windows key). | :--- | :--- | | `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 + SHIFT + c` | closes window with focus | +| `MODKEY + SHIFT + q` | quits qtile | | `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) | diff --git a/.xmonad/README.md b/.xmonad/README.md index 75e58d4..52d98b5 100644 --- a/.xmonad/README.md +++ b/.xmonad/README.md @@ -22,6 +22,8 @@ The MODKEY is set to the Super key (aka the Windows key). | :--- | :--- | | `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 + SHIFT + c` | closes window with focus | +| `MODKEY + SHIFT + q` | quits xmonad | | `MODKEY + j` | windows focus down (switches focus between windows in the stack) | | `MODKEY + k` | windows focus up (switches focus between windows in the stack) | | `MODKEY + SHIFT + j` | windows swap down (swap windows in the stack) | diff --git a/dwm/README.md b/dwm/README.md index 59634ad..1079bd7 100755 --- a/dwm/README.md +++ b/dwm/README.md @@ -11,6 +11,8 @@ The MODKEY is set to the `Super` key (aka the `Windows` key) | :--- | :--- | | `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 + SHIFT + c` | closes window with focus | +| `MODKEY + SHIFT + q` | quits dwm | | `MODKEY + j` | focus stack +1 (switches focus between windows in the stack) | | `MODKEY + k` | focus stack -1 (switches focus between windows in the stack) | | `MODKEY + SHIFT + j` | rotate stack +1 (rotates the windows in the stack) |