From 3abd8c3301ad11cb446f1567fe1d705d01a07228 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 28 Sep 2019 17:46:01 +0300 Subject: [PATCH] Updated i3 Migration Guide (markdown) --- 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 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)