From 791c38d8dce961f7f17723a1315d732d18995ffe Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 20 May 2020 23:06:14 +0200 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 5de4797..1799c29 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 * unclutter (hiding cursor after some time) → `seat hide_cursor ` * xclip / xsel (clipboard copy/paste) → [wl-clipboard](https://github.com/bugaevc/wl-clipboard), [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) * clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman), [wl-clipboard-history](https://github.com/janza/wl-clipboard-history) - * xdotool → [ydotool](https://github.com/ReimuNotMoe/ydotool) + * xdotool → [wtype](https://github.com/atx/wtype), `swaymsg seat cursor …`, [ydotool](https://github.com/ReimuNotMoe/ydotool) * xrandr → `swaymsg output …`, [wlr-randr](https://github.com/emersion/wlr-randr) * arandr (GUI to configure outputs) → [wdisplays](https://github.com/cyclopsian/wdisplays) * autorandr → [kanshi](https://github.com/emersion/kanshi)