mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Adding keybinding table to README.org
This commit is contained in:
parent
331f44c529
commit
c4dbf9ea4e
1 changed files with 19 additions and 19 deletions
|
@ -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 ())]
|
||||
|
|
Loading…
Add table
Reference in a new issue