[dwm][patches][swapwindows] Fix 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 51e4b4bf69d70ec2f9899467f74b7af867c8763f
 (DIR) parent 5e8a80f59cc1f4cbce001af1123b207878d4d214
 (HTM) Author: jameel-sawafta <jameelhsawafta@gmail.com>
       Date:   Mon, 12 May 2025 01:05:59 +0300
       
       [dwm][patches][swapwindows] Fix index.md
       
       Diffstat:
         M dwm.suckless.org/patches/swapwindo… |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/dwm.suckless.org/patches/swapwindows/index.md b/dwm.suckless.org/patches/swapwindows/index.md
       @@ -9,7 +9,8 @@ selected window on another monitor.
        It is useful for moving a window between monitors while preserving window focus
        and layout order.
        
       -#### Usage
       +Usage
       +-----
        
        After applying the patch, the following key binding is available by default:
        
       @@ -24,7 +25,7 @@ focused window there.
        
        > You can customize this keybinding in your `config.def.h` file:
        >
       -> ```c
       +> ```
        > { MODKEY|ShiftMask, XK_slash, swapwindow, {0} },
        > ```