diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 21f7807..e25868c 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -2,7 +2,14 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch * Use the `output` command to configure outputs instead of xrandr * Use the `output` command to configure your wallpaper instead of feh +* 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 -Make sure you read the man pages and the FAQ for the full details. \ No newline at end of file +See also: + +[FAQ](https://github.com/SirCmpwn/sway/wiki) + +[Differences from i3](https://github.com/SirCmpwn/sway/wiki/Differences-from-i3) + +The man pages (start with `man sway`) \ No newline at end of file