Mention exec --no-startup-id

Bob Hepple 2023-02-26 08:59:23 +10:00
parent e9f69071a7
commit ee2b52426f

@ -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.