Updated i3 Migration Guide (markdown)

Julien Lequertier 2018-10-25 21:55:00 +02:00
parent 8c90767b46
commit 6001eb2ee5

@ -6,8 +6,17 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch
* Replace usage of `i3-msg`, `i3-lock`, and so on, with the equivalent sway tools.
* Sway handles quotes slightly differently - commands are handled more like shell commands
## Common Xorg apps used on i3 with wayland alternatives:
* xbacklight (backlight management)-> light / brightnessctl
* dunst (notification daemon) -> mako
* feh (wallpaper setting) -> sway output
* scrot (screenshot) -> grim + slurp
* compton / xcompmgr (compositor) -> nothing
* unclutter (hiding cursor after some time) -> interception-hideaway
## 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`)
* The man pages (start with `man sway`