Updated i3 Migration Guide (markdown)

Simon Ser 2019-09-28 17:44:30 +03:00
parent f5365a5856
commit 7df5d7870d

@ -11,7 +11,7 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch
Sway does not support X logical font description (XLFD) configuration strings. Instead it uses Pango, and one can use `pango-list | grep [fontname]` to confirm the correct font name. Pango, [as of version 1.44](https://github.com/swaywm/sway/issues/4390), does not support older bitmap fonts (BFD), although it does support bitmap-only OTF fonts.
## Common X11 apps used on i3 with Wayland alternatives:
## Common X11 apps used on i3 with Wayland alternatives
* xbacklight (backlight management) → [light](https://github.com/haikarainen/light) / [brightnessctl](https://github.com/Hummer12007/brightnessctl/)
* dunst (notification daemon) → [mako](https://github.com/emersion/mako)