From a5431b6131cd0ab29c41923e031032c5422bb1c5 Mon Sep 17 00:00:00 2001 From: Nihal Jere Date: Fri, 3 Jun 2022 09:51:00 -0500 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 e4e8ffa..6006771 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -23,7 +23,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * picom / compton / xcompmgr (compositor) → built in * unclutter (hiding cursor after some time) → `seat hide_cursor ` * xbanish (hiding cursor on keypress) → `seat hide_cursor when-typing enable` - * xclip / xsel (clipboard copy/paste) → [wl-clipboard](https://github.com/bugaevc/wl-clipboard), [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) + * 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)