From ddf03985b12d12b71d96af4686cf323102f58cb6 Mon Sep 17 00:00:00 2001 From: MisanthropicBit Date: Thu, 28 Nov 2024 20:08:43 +0100 Subject: [PATCH] Swapping is relative to cursor position too --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0b30ea..0022fe6 100644 --- a/README.md +++ b/README.md @@ -303,16 +303,17 @@ others suit your needs then by all means use them. ## Showcase -### Moving around windows - > [!IMPORTANT] -> Moving windows takes into account the cursor position of the current window -> relative to the target window in the direction you are moving. +> Moving and swapping windows takes into account the cursor position of the +> current window relative to the target window in the direction you are moving +> or swapping. > > For example, if your cursor position is closest to the bottom of one window in -> the target direction, the window will be moved below that window. See +> the target direction, the window will be moved below that window. See > [this example](#moving-using-relative-cursor-position) for a visual explanation. +### Moving around windows + https://github.com/user-attachments/assets/417023dd-9d5d-4ae9-891d-514e0f3038d5 ### Moving using relative cursor position