From 8cb27ff135e40532ffadfbbaa0db81b49c2f9d07 Mon Sep 17 00:00:00 2001 From: Atemu Date: Thu, 24 Dec 2020 05:41:11 +0100 Subject: [PATCH] Update wording around compositor replacement. "nothing" is confusing as it may be interpreted as "doesn't exist (yet)" while it's actually just simply not needed because it's built in --- 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 ed49d62..5ff8ae6 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -17,7 +17,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * dunst (notification daemon) → [mako](https://github.com/emersion/mako) * feh (wallpaper setting) → sway output configuration, see `man 5 sway-output` * scrot (screenshot) → [grim](https://github.com/emersion/grim) + [slurp](https://github.com/emersion/slurp) (or [grimshot](https://github.com/swaywm/sway/tree/master/contrib), which wraps around both). - * picom / compton / xcompmgr (compositor) → nothing + * picom / compton / xcompmgr (compositor) → built in * unclutter (hiding cursor after some time) → `seat hide_cursor ` * xbanish (hiding cursor on keypress) → `seat hide_cursor when-typing enable` * xclip / xsel (clipboard copy/paste) → [wl-clipboard](https://github.com/bugaevc/wl-clipboard), [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs)