diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 32c6b38..8a89501 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -16,7 +16,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * xbacklight (backlight management) → [light](https://github.com/haikarainen/light) / [brightnessctl](https://github.com/Hummer12007/brightnessctl/) * 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) + * 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 * 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)