From 284922836ac61dc74a1842a4d5188d4ee3d00264 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 23 Oct 2024 20:15:27 -0700 Subject: [PATCH] Add wayland substitute for image viewing --- i3-Migration-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 25d0fb4..0187cf9 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -47,6 +47,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * [kbdd](https://github.com/qnikst/kbdd) (per-window keyboard layout) → [swaykbdd](https://github.com/artemsen/swaykbdd) * [sxhkd](https://github.com/baskerville/sxhkd) (an X daemon that reacts to input events by executing commands), [shkd](https://github.com/baskerville/shkd) (a simple hotkey daemon for the Linux console. ) → [swhkd](https://github.com/waycrate/swhkd) * [synergy](https://github.com/symless/synergy-core) (client) → [waynergy](https://github.com/r-c-f/waynergy) + * [(n)sxiv](https://codeberg.org/nsxiv/nsxiv) (image viewer) → [imv](https://sr.ht/~exec64/imv/) ## See Also