diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-26 15:42:23 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-26 15:42:23 -0500 |
commit | cf14e624ec6149c0b8bbe5f852f70d23cc475f8f (patch) | |
tree | bb0fbd837ff0e9d9dbaf8dff951789f64d08ba20 | |
parent | e60032eeb9ce2145d53767b4738b95ef3ce4a055 (diff) |
Link to GIT_CONFIG.md from readme
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # Personal dwm configuration My dwm setup is quite quirky as it relies on [sxhkd][1] for all keybindings -(except quitting dwm). +(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) [1]: https://github.com/baskerville/sxhkd +[2]: https://dwm.suckless.org |