From 7885d92ea8079e578a7b44f6c1c0c7e1cb861ef7 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 22 Oct 2024 14:21:41 +0900 Subject: Add package configs to paru These allow for custom settings especially for suckless packages. This might be temporary though as the proper way would probably be to use custom PKGBUILD repositories. --- .config/paru/pkg_config/patches.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/paru/pkg_config/patches.md (limited to '.config/paru/pkg_config/patches.md') diff --git a/.config/paru/pkg_config/patches.md b/.config/paru/pkg_config/patches.md new file mode 100644 index 0000000..8e825e3 --- /dev/null +++ b/.config/paru/pkg_config/patches.md @@ -0,0 +1,7 @@ +# Creating patches for suckless + +To apply current patches, use `git am `, which replicates the commit +from which the patch was generated. + +To generate the patches, run `git format-patch --suffix=.diff suckless/master`, +which generates the patches from commits since suckless/master. -- cgit v1.2.3-70-g09d2