diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-06 00:39:01 +0000 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-06 00:39:01 +0000 |
commit | 3c98c4c24de39dea298bbf289b8fd8e7942a6901 (patch) | |
tree | ccb6e98e460e0231e3d9b5602d99efd492027ec3 | |
parent | place child clients above fullscreen clients (diff) | |
download | dwl-3c98c4c24de39dea298bbf289b8fd8e7942a6901.tar.gz dwl-3c98c4c24de39dea298bbf289b8fd8e7942a6901.tar.bz2 dwl-3c98c4c24de39dea298bbf289b8fd8e7942a6901.tar.xz dwl-3c98c4c24de39dea298bbf289b8fd8e7942a6901.tar.zst dwl-3c98c4c24de39dea298bbf289b8fd8e7942a6901.zip |
Fix link to patches website
Signed-off-by: Benjamin Chausse <benjamin@chausse.xyz>
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,7 @@ Wayland without restarting the entire display server, so any changes will take effect the next time dwl is executed. As in the dwm community, we encourage users to share patches they have created. -Check out the [patches page on our wiki]! +Check out the [patches repository]! ## Running dwl @@ -169,6 +169,7 @@ inspiration, and to the various contributors to the project, including: [Wayland]: https://wayland.freedesktop.org/ [wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots/ [wlroots-next branch]: https://codeberg.org/dwl/dwl/src/branch/wlroots-next +[patches repository]: https://codeberg.org/dwl/dwl-patches [patches page on our wiki]: https://codeberg.org/dwl/dwl/wiki/Patches [s6]: https://skarnet.org/software/s6/ [anopa]: https://jjacky.com/anopa/ |