From 500a78444e0583ab5b609de655221f3caadd70ea Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Wed, 5 Feb 2020 10:07:49 -0500 Subject: [PATCH] Document that `Sway` supports an `include` directive in the config files. --- Differences-from-i3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Differences-from-i3.md b/Differences-from-i3.md index 5841986..c2851cc 100644 --- a/Differences-from-i3.md +++ b/Differences-from-i3.md @@ -10,4 +10,5 @@ * A few i3 commands only make sense on X11 and aren't present in sway * 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. * 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