diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -1,16 +1,20 @@ --- title: ~/.dots +example: +language: yaml --- Personal dot files -## Key bindings +# Key bindings Super is modkey -| Keybind | Action | -|-------------------|-------------------------------| -| `super + Return` | Terminal | -| `super + space` | rofi | -| `super + f` | thunar | -| `super + {1-9,0}` | focus on the $i^{th}$ desktop | +| Keybind | Action | +| ------------------- | ------------------------------- | +| `super + Return` | Terminal | +| `super + space` | rofi | +| `super + f` | thunar | +| `super + {1-9,0}` | focus on the `0-9` desktop | + +*any many more* |