diff --git a/.xmonad/README.org b/.xmonad/README.org index 313c39e..9db58f2 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -850,25 +850,25 @@ to be written in simpler, emacs-like format. | 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 (XMonad's shell xprompt) | -| `MODKEY + TAB` | rotates through the available layouts | -| `MODKEY + SHIFT + c` | closes window with focus | -| `MODKEY + SHIFT + r` | restarts xmonad | -| `MODKEY + SHIFT + q` | quits xmonad | -| `MODKEY + 1-9` | switch focus to workspace (1-9) | -| `MODKEY + SHIFT + 1-9` | send focused window to workspace (1-9) | -| `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) | -| `MODKEY + SHIFT + k` | windows swap up (swap the windows in the stack) | -| `MODKEY + h` | shrink window (decreases window width) | -| `MODKEY + l` | expand window (increases window width) | -| `MODKEY + w` | switches focus to monitor 1 | -| `MODKEY + e` | switches focus to monitor 2 | -| `MODKEY + r` | switches focus to monitor 3 | -| `MODKEY + period` | switch focus to next monitor | -| `MODKEY + comma` | switch focus to prev monitor | +| MODKEY + RETURN | opens terminal (alacritty is the terminal but can be easily changed) | +| MODKEY + SHIFT + RETURN | opens run launcher (XMonad's shell xprompt) | +| MODKEY + TAB | rotates through the available layouts | +| MODKEY + SHIFT + c | closes window with focus | +| MODKEY + SHIFT + r | restarts xmonad | +| MODKEY + SHIFT + q | quits xmonad | +| MODKEY + 1-9 | switch focus to workspace (1-9) | +| MODKEY + SHIFT + 1-9 | send focused window to workspace (1-9) | +| 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) | +| MODKEY + SHIFT + k | windows swap up (swap the windows in the stack) | +| MODKEY + h | shrink window (decreases window width) | +| MODKEY + l | expand window (increases window width) | +| MODKEY + w | switches focus to monitor 1 | +| MODKEY + e | switches focus to monitor 2 | +| MODKEY + r | switches focus to monitor 3 | +| MODKEY + period | switch focus to next monitor | +| MODKEY + comma | switch focus to prev monitor | #+BEGIN_SRC haskell myKeys :: [(String, X ())]