diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 6006771..928edba 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -26,9 +26,9 @@ Sway does not support X logical font description (XLFD) configuration strings. I * xclip / xsel (clipboard copy/paste) → [wl-clipboard](https://github.com/bugaevc/wl-clipboard), [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs), [wayclip](https://github.com/noocsharp/wayclip) * clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman), [wl-clipboard-history](https://github.com/janza/wl-clipboard-history) * xdotool → [wtype](https://github.com/atx/wtype), [wlrctl](https://git.sr.ht/~brocellous/wlrctl), `swaymsg seat cursor …`, [ydotool](https://github.com/ReimuNotMoe/ydotool) - * xrandr → `swaymsg output …`, [wlr-randr](https://github.com/emersion/wlr-randr) + * xrandr → `swaymsg output …`, [wlr-randr](https://sr.ht/~emersion/wlr-randr/) * arandr (GUI to configure outputs) → [wdisplays](https://github.com/artizirk/wdisplays) - * autorandr → [kanshi](https://github.com/emersion/kanshi) + * autorandr → [kanshi](https://sr.ht/~emersion/kanshi/) * screenkey (screencast tool to display your keys) → [wshowkeys](https://git.sr.ht/~sircmpwn/wshowkeys), [showmethekey](https://github.com/AlynxZhou/showmethekey/) * X11 forwarding → [waypipe](https://gitlab.freedesktop.org/mstoeckl/waypipe/) * xev → [wev](https://git.sr.ht/~sircmpwn/wev/)