[wiki] [sites] [dwm][patches][betterswallow] Fix index.md || Hubert Głuchowski

From: <git_AT_suckless.org>
Date: Wed, 30 Apr 2025 01:19:34 +0200

commit 541354d1f85859ae3677f810152f6dd9dd18be62
Author: Hubert Głuchowski <fishhh_AT_fishhh.dev>
Date: Wed Apr 30 01:09:15 2025 +0200

    [dwm][patches][betterswallow] Fix index.md
    
    `smu -n < index.md` locally rendered the previous version as intended but
    the website seems to do things differently, this should work though.

diff --git a/dwm.suckless.org/patches/betterswallow/index.md b/dwm.suckless.org/patches/betterswallow/index.md
index 5383739e..3c32d0d9 100644
--- a/dwm.suckless.org/patches/betterswallow/index.md
+++ b/dwm.suckless.org/patches/betterswallow/index.md
_AT_@ -30,21 +30,18 @@ ensure they are copied in the `copyclientpos` function.
 
 #### Usage
 
-To have any graphical program swallowed, run it as:
-```bash
-better-swallow <CMD>
-```
+To have any graphical program swallowed, run it as `better-swallow <CMD>`.
 This will cause any windows spawned by the command to replace the parent window.
-Since `betterswallow` is quite long, I recommend creating an alias, such as `bs`.
+Since `better-swallow` is quite long, I recommend creating an alias, such as `bs`.
 
 #### Limitations
 
 - Due to reliance on the `Xres` extension and PIDs, this will fail if the X server
-is not running on the same machine as `betterswallow`, and it may add nonsensical
-entries to the "swallow queue".
+ is not running on the same machine as `betterswallow`, and it may add nonsensical
+ entries to the "swallow queue".
 - If a swallowed process opens a window deeper in the process tree, it will not
-be swallowed. This may be fixed in the future by traversing the entire process
-chain rather than just one step up. Open an issue if you encounter this.
+ be swallowed. This may be fixed in the future by traversing the entire process
+ chain rather than just one step up. Open an issue if you encounter this.
 
 Download
 --------
Received on Wed Apr 30 2025 - 01:19:34 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 30 2025 - 01:24:55 CEST