From 7df5d7870d2328858dda771fb98b7f6ab091c711 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 28 Sep 2019 17:44:30 +0300 Subject: [PATCH] Updated i3 Migration Guide (markdown) --- i3-Migration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 740f2a6..68b1a65 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -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)