From 49e846c73b5c175336c9a401873c82abe301f709 Mon Sep 17 00:00:00 2001 From: Giacomo Zorzin <115867985+gellge@users.noreply.github.com> Date: Sat, 19 Aug 2023 18:12:20 +0200 Subject: [PATCH] update stale link (according to https://aur.archlinux.org/packages/grimshot#comment-929389) --- 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 d61609e..11188cf 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -21,7 +21,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) → [dunst (supports wayland)](https://github.com/dunst-project/dunst#make-parameters) / [mako](https://github.com/emersion/mako) / [fnott](https://codeberg.org/dnkl/fnott) / [swaync](https://github.com/ErikReider/SwayNotificationCenter) * feh (wallpaper setting) → sway output configuration, see `man 5 sway-output` (or [oguri](https://github.com/vilhalmer/oguri), which supports animated wallpapers) - * 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). + * scrot (screenshot) → [grim](https://github.com/emersion/grim) + [slurp](https://github.com/emersion/slurp) (or [grimshot](https://github.com/OctopusET/sway-contrib), which wraps around both). * 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`