[dwm][patches][xinerama-monitors-xorder] Fixed index.md - sites - public wiki contents of suckless.org
 (HTM) git clone git://git.suckless.org/sites
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 881c04d4b9976bd64d0972e238e7f65db1913fcf
 (DIR) parent 65b481781d641452baacb701d38e822b99d84424
 (HTM) Author: elbachir-one <bachiralfa@gmail.com>
       Date:   Tue, 15 Jul 2025 11:05:53 +0100
       
       [dwm][patches][xinerama-monitors-xorder] Fixed index.md
       
       Diffstat:
         M dwm.suckless.org/patches/xinerama-… |      16 +++++++---------
       
       1 file changed, 7 insertions(+), 9 deletions(-)
       ---
 (DIR) diff --git a/dwm.suckless.org/patches/xinerama-monitors-xorder/index.md b/dwm.suckless.org/patches/xinerama-monitors-xorder/index.md
       @@ -3,19 +3,17 @@ xinerama monitors xorder
        
        Description
        -----------
       -Sorts Xinerama monitors by their `x_org` value (horizontal position),
       -ensuring directional monitor movement (e.g. `Mod+Shift+Left/Right`) reflects
       -physical screen layout from left to right.
       +Orders Xinerama monitors based on their `x_org` coordinate (horizontal position),
       +so that directional commands like `Mod+Shift+Left/Right` move between monitors in
       +the same order as their physical placement from left to right.
        
       -This is helpful in multi-monitor setups where the logical screen order from
       -Xinerama doesn't match the physical layout.
       +This improves usability in multi-monitor configurations where Xinerama’s logical
       +screen sequence doesn’t align with the real-world layout.
        
        Download
        --------
       -- [dwm-xinerama-monitors-xorder-6.4.diff](dwm-xinerama-monitors-xorder-6.4.diff)
       +* [dwm-xinerama-monitors-xorder-6.4.diff](dwm-xinerama-monitors-xorder-6.4.diff)
        
        Author
        ------
       -* Lyciih <gnehciyil@gmail.com>
       -
       -
       +* Lyciih - <gnehciyil@gmail.com>