[dwm][patches][swapmonitors]/[swapwindows] 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 4a445a044040819bcb503ef5268718eab160ea15
 (DIR) parent 51e4b4bf69d70ec2f9899467f74b7af867c8763f
 (HTM) Author: elbachir-one <bachiralfa@gmail.com>
       Date:   Mon, 12 May 2025 02:02:59 +0100
       
       [dwm][patches][swapmonitors]/[swapwindows] Fixed index.md
       
       Diffstat:
         M dwm.suckless.org/patches/swapmonit… |       6 +++---
         M dwm.suckless.org/patches/swapwindo… |       6 +++---
       
       2 files changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/dwm.suckless.org/patches/swapmonitors/index.md b/dwm.suckless.org/patches/swapmonitors/index.md
       @@ -9,8 +9,7 @@ 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:
        
       @@ -19,7 +18,8 @@ After applying the patch, the following key binding is available by default:
        This keybinding will:
        
        - Swap the currently active monitor's tagset with that of the adjacent monitor.
       -- Move all clients (windows) between the two monitors, effectively swapping their contents.
       +- Move all clients (windows) between the two monitors, effectively swapping
       +their contents.
        
        > You can customize this keybinding by modifying the following line in `config.def.h` file:
        >
 (DIR) diff --git a/dwm.suckless.org/patches/swapwindows/index.md b/dwm.suckless.org/patches/swapwindows/index.md
       @@ -9,8 +9,7 @@ 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:
        
       @@ -18,7 +17,8 @@ After applying the patch, the following key binding is available by default:
        
        This keybinding will:
        
       -- Swap the currently focused window with the focused window on the next monitor (if one exists).
       +- Swap the currently focused window with the focused window on the next
       +monitor (if one exists).
        - If the other monitor has no selected client, it will simply move the currently
        focused window there.
        - Automatically rearrange and refocus windows as needed after the operation.