[dwm][patches][colorschemes] Fixed index.md - sites - public wiki contents of s… | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
commit 4974faedb614e75e4388ebd220d32101013e6dad | |
parent a8030efd8bc17d3e3aab3e5f143b3d6c93163188 | |
Author: elbachir-one <[email protected]> | |
Date: Fri, 27 Dec 2024 03:53:35 +0100 | |
[dwm][patches][colorschemes] Fixed index.md | |
- Corrected some typos. | |
- Moved the keybinding section to "Usage." | |
- Moved the contributor section to "Authors" (no extra). | |
Diffstat: | |
M dwm.suckless.org/patches/colorsche… | 12 +++--------- | |
1 file changed, 3 insertions(+), 9 deletions(-) | |
--- | |
diff --git a/dwm.suckless.org/patches/colorschemes/index.md b/dwm.suckless.org/… | |
@@ -3,16 +3,13 @@ colorschemes | |
Description | |
----------- | |
-This patches provides the ability to cycle between any number of colorschemes | |
+This patch provides the ability to cycle through any number of color schemes | |
defined in config.h. | |
Usage | |
----- | |
-Append alternative colorschemes to the `colors[]` array. | |
- | |
-Default keybindings | |
--------------------- | |
-* `s` - Cycle between colorschemes. | |
+Append alternative color schemes to the `colors[]` array. | |
+Use the default keybinding `s` to cycle between color schemes. | |
Download | |
-------- | |
@@ -21,7 +18,4 @@ Download | |
Authors | |
------- | |
* Listeria monocytogenes <[email protected]> | |
- | |
-Contributors | |
------------- | |
* Dhruv Trivedi |