diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 68b1a65..05ffb1d 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -22,7 +22,7 @@ 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) * clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman) * xdotool → [ydotool](https://github.com/ReimuNotMoe/ydotool) - * xrandr → [wlr-randr](https://github.com/emersion/wlr-randr) + * xrandr → `swaymsg output …`, [wlr-randr](https://github.com/emersion/wlr-randr) * autorandr → [kanshi](https://github.com/emersion/kanshi) * screenkey (screencast tool to display your keys) → [wshowkeys](https://git.sr.ht/~sircmpwn/wshowkeys) * xmodmap → [custom keymap file](https://github.com/swaywm/sway/issues/4250)