diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 233546d..69a05fe 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -11,12 +11,12 @@ 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 Xorg 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 + * dunst (notification daemon) → [mako](https://github.com/emersion/mako) * feh (wallpaper setting) → sway output configuration, see `man 5 sway-output` - * scrot (screenshot) → grim + slurp + * scrot (screenshot) → [grim](https://github.com/emersion/grim) + [slurp](https://github.com/emersion/slurp) * compton / xcompmgr (compositor) → nothing * unclutter (hiding cursor after some time) → `seat hide_cursor ` * xclip / xsel (clipboard copy/paste) → [wl-clipboard](https://github.com/bugaevc/wl-clipboard) @@ -24,6 +24,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * xdotool → [ydotool](https://github.com/ReimuNotMoe/ydotool) * xrandr → [wlr-randr](https://github.com/emersion/wlr-randr) * autorandr → [kanshi](https://github.com/emersion/kanshi) + * screenkey (screencast tool to display your keys) → [wshowkeys](https://git.sr.ht/~sircmpwn/wshowkeys) ## See Also