[wiki] [sites] [dwm][patches][conditional] Fixed index.md || elbachir-one

From: <git_AT_suckless.org>
Date: Sat, 07 Mar 2026 22:33:43 +0100

commit f67faf29ca3ed628d7b91aea3a8c1c0f42f21d3c
Author: elbachir-one <bachiralfa_AT_gmail.com>
Date: Sat Mar 7 21:33:25 2026 +0000

    [dwm][patches][conditional] Fixed index.md

diff --git a/dwm.suckless.org/patches/conditional/index.md b/dwm.suckless.org/patches/conditional/index.md
index 4a94c437..fea3bed6 100644
--- a/dwm.suckless.org/patches/conditional/index.md
+++ b/dwm.suckless.org/patches/conditional/index.md
_AT_@ -1,17 +1,23 @@
-ifroot
-======
+conditional
+===========
 
 Description
 -----------
-Adds the `conditional` function to modify the behavior of keybindings based on a condition encoded as a function.
-`conditional` takes three function pointers, namely `condition`, `func_true`, and `func_false`, along with arguments for the last two.
-`func_true` is invoked when `conditional` returns true, otherwise `func_false` is invoked.
-`NULL` can be passed as `func_true` or `func_false` and acts as a no-op.
+Adds the `conditional` function to modify the behavior of keybindings based on a
+condition implemented as a function.
+
+`conditional` takes three function pointers:
+`condition`, `func_true`, and `func_false`, along with arguments for the last two.
+
+- `func_true` is invoked when `condition` returns `true`.
+- Otherwise, `func_false` is invoked.
+
+`NULL` can be passed as `func_true` or `func_false`, in which case it acts as a no-op.
 
 Download
 --------
 * [dwm-conditional-6.8.diff](dwm-conditional-6.8.diff)
 
-Authors
+Author
 -------
 * Noah Osterholz - <osterholznoah_AT_gmail.com>
Received on Sat Mar 07 2026 - 22:33:43 CET

This archive was generated by hypermail 2.3.0 : Sat Mar 07 2026 - 22:36:43 CET