From 5c7a4ccba7cd1e1e5de20e791a4ad85e4d6ec7b7 Mon Sep 17 00:00:00 2001 From: Carlo Teubner <435950+c4rlo@users.noreply.github.com> Date: Sat, 13 Jun 2020 08:26:56 +0100 Subject: [PATCH] mention picom, the maintained fork of compton --- 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 1799c29..1778ede 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). - * compton / xcompmgr (compositor) → nothing + * picom / 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), [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) * clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman), [wl-clipboard-history](https://github.com/janza/wl-clipboard-history)