[dwm][patches][swapwindows] Fix index.md - sites - public wiki contents of suck… | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
commit 51e4b4bf69d70ec2f9899467f74b7af867c8763f | |
parent 5e8a80f59cc1f4cbce001af1123b207878d4d214 | |
Author: jameel-sawafta <[email protected]> | |
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(-) | |
--- | |
diff --git a/dwm.suckless.org/patches/swapwindows/index.md b/dwm.suckless.org/p… | |
@@ -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} }, | |
> ``` | |