From 96b7d8da2e79968bb9cef14b87a27cd8b1c75d37 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 29 Apr 2017 10:29:34 -0400 Subject: [PATCH] Updated i3 Migration Guide (markdown) --- i3-Migration-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index e25868c..5afd145 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -5,6 +5,7 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch * Use the `input` command to configure input devices * Use xkb environment variables to customize your keyboard layout, not setxkb * Replace usage of `i3-msg`, `i3-lock`, and so on, with the equivalent sway tools +* Sway handles quotes slightly differently from i3. If in doubt, sway commands are more like shell commands than i3. See also: