Created i3 Migration Guide (markdown)

Drew DeVault 2017-04-29 10:26:50 -04:00
parent a5b0654b40
commit e0be06d4a6

8
i3-Migration-Guide.md Normal file

@ -0,0 +1,8 @@
Sway is *almost* a drop-in replacement for i3, but you may have to make a few changes to get everything working correctly. Here are a few common ones:
* Use the `output` command to configure outputs instead of xrandr
* Use the `output` command to configure your wallpaper instead of feh
* 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.