From f1664c90fbea24b28501c676da44d43c1e296381 Mon Sep 17 00:00:00 2001 From: Asset <69522068+freedomd1v3@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:32:05 +0100 Subject: [PATCH] i3-gaps and i3 got merged, starting from version 4.22. Gaps, included by default, are NOT the difference between sway and i3 anymore --- Differences-from-i3.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Differences-from-i3.md b/Differences-from-i3.md index 066427d..93e5c1c 100644 --- a/Differences-from-i3.md +++ b/Differences-from-i3.md @@ -1,6 +1,5 @@ * Sway is a [Wayland](https://wayland.freedesktop.org/) compositor (duh) * You can use your `floating_modifier` to resize and move tiled windows -* Sway includes the features of the i3-gaps patches * Sway handles things like output configuration (rather than something like xrandr) * Sway supports multiple non-modifier keys when assigning key bindings (see [Shortcut handling](Shortcut-handling)) * The default keybindings in sway are different from those in i3. Read your sway config to learn them, or copy over your i3 config to use what you're used to.