commit 5e8a80f59cc1f4cbce001af1123b207878d4d214
parent ca8ebf60355e322c711edc8dbdcb614aab0b9223
Author: jameel-sawafta <jameelhsawafta@gmail.com>
Date: Mon, 12 May 2025 01:04:29 +0300
[dwm][patches][swapmonitors] Fix index.md
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
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} },
> ```