Added a (sorely for me) missing feature: append_layout

Thorsten von Eicken 2022-11-11 21:19:46 -08:00
parent b3d45d3a2b
commit b39665c77d

@ -11,4 +11,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`
* Sway config files support an `include` directive to include other config files. You can for example put all your `bindsym` shortcut bindings in their own file.
* i3 has support to export a layout and to restore it (or parts of it), sway only has export, no import.
* 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.