From 75ddb1b2c2e8e079635afa763ec552edaf8a575b Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Thu, 13 Feb 2025 23:45:14 +0100 Subject: [PATCH] Fix author list links with my name --- patches/en-keycodes/README.md | 2 +- patches/genericgaps/README.md | 5 +---- patches/kblayout/README.md | 5 ++++- patches/menu/README.md | 2 +- patches/naturalscrolltrackpad/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/patches/en-keycodes/README.md b/patches/en-keycodes/README.md index 4e379c0..ee3aae4 100644 --- a/patches/en-keycodes/README.md +++ b/patches/en-keycodes/README.md @@ -7,5 +7,5 @@ Always use the English keymap to get keycodes, so key bindings work even when us ### Authors - [ForzCross](https://codeberg.org/ForzCross) -- [Nikita Ivanov](https://github.com/NikitaIvanovV) +- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV)) - [dimkr](https://codeberg.org/dimkr) () diff --git a/patches/genericgaps/README.md b/patches/genericgaps/README.md index e2a68d6..f27897d 100644 --- a/patches/genericgaps/README.md +++ b/patches/genericgaps/README.md @@ -22,7 +22,4 @@ gaps to be as big or bigger than "inner" gaps anyway. ### Authors -- Nikita Ivanov ([codeberg][codeberg]) ([GitHub][github]) - -[codeberg]: https://codeberg.org/nikitaivanov -[github]: https://github.com/NikitaIvanovV +- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV)) diff --git a/patches/kblayout/README.md b/patches/kblayout/README.md index b8d4916..259694c 100644 --- a/patches/kblayout/README.md +++ b/patches/kblayout/README.md @@ -1,4 +1,5 @@ ### Description + This patch adds per-client keyboard layout and ability to send current keyboard layout information to a status bar. @@ -21,9 +22,11 @@ implementation happens to share some code. If you don't need any of these features, just disable it in `config.h`. ### Download + - [git branch](https://codeberg.org/nikitaivanov/dwl/src/branch/kblayout) - [0.7](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/kblayout/kblayout.patch) ### Authors + +- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV)) - [ForzCross](https://codeberg.org/ForzCross) -- [Nikita Ivanov](https://github.com/NikitaIvanovV) diff --git a/patches/menu/README.md b/patches/menu/README.md index be15fb0..3b92724 100644 --- a/patches/menu/README.md +++ b/patches/menu/README.md @@ -13,4 +13,4 @@ Edit `menus` array in `config.h` to add/change menus and use a different dmenu p - [2024-07-13](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/menu/menu.patch) ### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) +- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV)) diff --git a/patches/naturalscrolltrackpad/README.md b/patches/naturalscrolltrackpad/README.md index 0128597..591e80a 100644 --- a/patches/naturalscrolltrackpad/README.md +++ b/patches/naturalscrolltrackpad/README.md @@ -10,5 +10,5 @@ natural scrolling enabled as well. ### Authors -- Nikita Ivanov ([codeberg][codeberg]) ([GitHub][github]) +- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV)) - [Neuromagus](https://codeberg.org/neuromagus)