From 3a998f943a1364af6beabfd9cbc80e9a8d565c70 Mon Sep 17 00:00:00 2001 From: Dome Date: Wed, 23 Jul 2025 21:55:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66a953e..19cb490 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ This extension was built from the ground up to be stable and performant on **GNO * **Interactive Window Swapping:** * **Drag & Drop:** Swap any two windows by simply dragging one and dropping it over the other. * **Keyboard Shortcuts:** A full set of keyboard shortcuts allows you to swap the focused window with the master or with its nearest neighbor in any direction (left, right, up, down). -* **Simple Settings Panel:** A simple Settings panel within the gnome extension manager menu to adjust key bindings and windows gaps / margins. +* **Simple Settings Panel:** A simple settings panel within the gnome extension manager menu to adjust key bindings and windows gaps / margins. * **External Exception List:** Use a simple `exceptions.txt` file to list applications (by their `WM_CLASS`) that should be ignored by the tiling manager. * **Smart Pop-up Handling:** Windows on the exception list, as well as dialogs and other pop-ups, are automatically centered and kept "always on top" for a smooth workflow. -* **Configurable Tiling Window delays:** Easily configure the Tiling Window Delays if you have race condition issues by editing variables directly in the `extension.js`. +* **Configurable Tiling Window Delays:** Easily configure the tiling window delays if you have race condition issues by editing variables directly in the `extension.js`. ## Requirements