[dwm][patches][swapwindows] - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
commit 68bc35314e37a00e048212150180027d13a0c5f4 | |
parent 3b665dce3453f2dc8077785e271fa350e3967333 | |
Author: elbachir-one <[email protected]> | |
Date: Sat, 10 May 2025 21:41:01 +0100 | |
[dwm][patches][swapwindows] | |
* Fixed index.md. | |
* Fixed incorrect hash and date for the diff file. | |
Diffstat: | |
R dwm.suckless.org/patches/swapwindo… | 0 | |
M dwm.suckless.org/patches/swapwindo… | 40 +++++++++++++++++----------… | |
2 files changed, 22 insertions(+), 18 deletions(-) | |
--- | |
diff --git a/dwm.suckless.org/patches/swapwindows/dwm-swapwindows-20250510-cfb8… | |
diff --git a/dwm.suckless.org/patches/swapwindows/index.md b/dwm.suckless.org/p… | |
@@ -1,33 +1,37 @@ | |
-# swapwindows | |
+swapwindows | |
+=========== | |
-## Description | |
+Description | |
+----------- | |
-This patch allows swapping the selected client (window) with the selected wind… | |
-on the other monitor. Useful for moving a window to the other monitor while | |
-preserving the window focus and order. | |
+This patch enables swapping the currently focused client (window) with the | |
+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 will be available by defau… | |
+After applying the patch, the following key binding is available by default: | |
-MODKEY + Shift + / | |
+**MODKEY + Shift + /** | |
This keybinding will: | |
-- Swap the currently focused window with the focused window on the next monito… | |
-- If the other monitor has no selected client, it will just move the current f… | |
-- Rearrange and refocus appropriately after the operation. | |
+- Swap the currently focused window with the focused window on the next monito… | |
+- If the other monitor has no selected client, it will simply move the current… | |
+focused window there. | |
+- Automatically rearrange and refocus windows as needed after the operation. | |
-> You can customize this keybinding in your `config.def.h`: | |
+> You can customize this keybinding in your `config.def.h` file: | |
> | |
> ```c | |
> { MODKEY|ShiftMask, XK_slash, swapwindow, {0} }, | |
> ``` | |
-## Download | |
+Download | |
+-------- | |
+* [dwm-swapwindows-20250509-00ea4c4.diff](dwm-swapwindows-20250509-00ea4c4.dif… | |
-- [dwm-swapwindows-20250510-cfb8627.diff](dwm-swapwindows-20250510-cfb8627.dif… | |
- | |
-## Author | |
- | |
-Jameel Sawafta <[email protected]> | |
+Author | |
+------ | |
+* Jameel Sawafta - <[email protected]> |