diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index fb096c8..4083271 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -26,7 +26,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * 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), [wlsnarf](https://codeberg.org/notchoc/wlsnarf) [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs), [wayclip](https://github.com/noocsharp/wayclip) - * clipster / etc. (clipboard manager) → [wl-clipboard-history](https://github.com/janza/wl-clipboard-history) + * clipster / etc. (clipboard manager) → [cliphist](https://github.com/sentriz/cliphist), [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 …`, [dotool](https://git.sr.ht/~geb/dotool), [ydotool](https://github.com/ReimuNotMoe/ydotool) * xrandr → `swaymsg output …`, [wlr-randr](https://sr.ht/~emersion/wlr-randr/) * arandr (GUI to configure outputs) → [wdisplays](https://github.com/artizirk/wdisplays)