summaryrefslogtreecommitdiff
path: root/.config/manual.part
blob: 92ea91ca4cf6aaa3ba87a58afb58062df5e4c648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
title: dwm --- my personal configuration
rcsdate: $Date: 2021/04/08 23:51:08 $
author: Benjamin Chausse

The idea behind this configuration is simple. Vim-keybindings, Quick access to frequently used apps, and
Consistent design!

# Useful info

I use dwm, the dynamic window manager. All the bindings present in *Miscellaneous bindings*
are dynamically generated from my sxhkd configuration file (`~/.config/sxhkd/sxhkdrc`).
For that reason, some of it's syntax was borrowed when generating this manual:
Lists of keys surrounded by `{}` are key choices where typing different keys inside the array will have different effects.
The underscore `_` represents the lack of a key.
Therefore, `super + {_,shift} + i` represents these keybindings:
`super + i` **and**
`super + shift + i`

# Terminal Bindings (st)
The default terminal is my build of st which itself is a variant
of Luke Smith's build.
- **Copy a commands's output**:`alt + o`
- **Copy a url on the terminal screen**:`alt + y`
- **Follow a url on the terminal screen**:`alt + l`
- **Scroll down in the terminal**:`alt + j`
- **Scroll up in the terminal**:`alt + k`

# General Bindings