[dwm][patches][swapmonitors] 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 5e8a80f59cc1f4cbce001af1123b207878d4d214
 (DIR) parent ca8ebf60355e322c711edc8dbdcb614aab0b9223
 (HTM) Author: jameel-sawafta <jameelhsawafta@gmail.com>
       Date:   Mon, 12 May 2025 01:04:29 +0300
       
       [dwm][patches][swapmonitors] Fix index.md
       
       Diffstat:
         M dwm.suckless.org/patches/swapmonit… |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/dwm.suckless.org/patches/swapmonitors/index.md b/dwm.suckless.org/patches/swapmonitors/index.md
       @@ -9,11 +9,12 @@ It is particularly useful for users with multiple monitors who want to quickly
        rearrange workspaces by moving all windows and their tag assignments from one
        monitor to another.
        
       -#### Usage
       +Usage
       +-----
        
        After applying the patch, the following key binding is available by default:
        
       -**MODKEY + Shift + Apostrophe** (')
       +**MODKEY + Shift + Apostrophe (')**
        
        This keybinding will:
        
       @@ -22,7 +23,7 @@ This keybinding will:
        
        > You can customize this keybinding by modifying the following line in `config.def.h` file:
        >
       -> ```c
       +> ```
        > { MODKEY|ShiftMask, XK_apostrophe, swapmon, {0} },
        > ```