void

- enter the void 🪐
git clone git://git.acid.vegas/archlinux.git
Log | Files | Refs | Archive

KEYS.md (1467B)

      1 # DWM
      2 | Key                    | Description                   |
      3 | ---------------------- | ----------------------------- |
      4 | `W + h`                | Toggle statusbar              |
      5 | `W + k`                | Kill window                   |
      6 | `W + q`                | Quit                          |
      7 | `W + r`                | Dmenu                         |
      8 | `W + #`                | Switch to nth workspace       |
      9 | `W + Shift + #`        | Move program to nth workspace |
     10 | `W + Enter`            | Spawn a terminal              |
     11 | `W + Print`            | Take a scrot                  |
     12 | `W + Down/Up`          | Inc/Dec vertical  layout      |
     13 | `W + Left/Right`       | Inc/Dec horizonal layout      |
     14 | `W + Click Drag`       | Move window                   |
     15 | `W + Right Click Drag` | Resize window                 |
     16 
     17 # TMUX
     18 | Key                  | Description                   |
     19 | -------------------- | ----------------------------- |
     20 | `C + k`              | Kill tab                      |
     21 | `C + n`              | New tab                       |
     22 | `C + t`              | Name tab                      |
     23 | `C + A + t`          | Name session                  |
     24 | `C + A + Left/Right` | Previous/Next session         |
     25 | `C + Left/Right`     | Previous/Next tab             |
     26 | `C + S + Left/Right` | Move tab forwards/backwards   |
     27 | `C + Down/Up`        | Horizontal/Veritcal pane      |
     28 | `C + S + Up/Down`    | Previous/Next pane            |