blob: 62ff855cec4e1eaa407b27192ac13d3a98c49406 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Personal dwm configuration
My dwm setup is quite quirky as it relies on [sxhkd][1] for all keybindings
(except quitting dwm). If you wonder how a custom [dwm][2] instance can be
kept in sync with the upstream version, look at [this file](GIT_CONFIG.md)
My intent is to have `1 patch = 1 commit` so that I can easily backtrack if I
change my mind about a patch later on.
[1]: https://github.com/baskerville/sxhkd
[2]: https://dwm.suckless.org
|