From ee2b52426fac29f20b03ee1cfeec31ee33cd7b9f Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Sun, 26 Feb 2023 08:59:23 +1000 Subject: [PATCH] Mention exec --no-startup-id --- Differences-from-i3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Differences-from-i3.md b/Differences-from-i3.md index edb206e..8b73c35 100644 --- a/Differences-from-i3.md +++ b/Differences-from-i3.md @@ -10,4 +10,5 @@ * You may occasionally run into minor inconsistencies between sway syntax and i3 syntax. Just tweak your commands to be a bit more explicit if necessary * i3lock forks into the background when run. For swaylock, this behavior has to be explicitly requested via `-f` * i3 has support to export a layout and to restore it (or parts of it), sway only has export, no import. +* i3 `exec` will always run a program on the current workspace (unless --no-startup-id is used). sway's `exec` does not (as if it were always given the --no-startup-id option). You can see [this](https://www.reddit.com/r/swaywm/comments/ru3rn9/a_feeble_version_of_toolwait_to_start_a_session/) * More stuff, some which are listed in [this](https://www.reddit.com/r/swaywm/comments/ciw865/random_differences_from_i3_ive_noted_any_tips/) reddit post. \ No newline at end of file