Updated i3 Migration Guide (markdown)

Drew DeVault 2017-04-29 10:28:19 -04:00
parent e0be06d4a6
commit 51ff66bdfa

@ -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 outputs instead of xrandr
* Use the `output` command to configure your wallpaper instead of feh * 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 * 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 * 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. 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`)