Updated i3 Migration Guide (markdown)

Simon Ser 2020-05-20 23:06:14 +02:00
parent 5dcfd652a1
commit 791c38d8dc

@ -21,7 +21,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I
* unclutter (hiding cursor after some time) → `seat <name> hide_cursor <timeout>` * unclutter (hiding cursor after some time) → `seat <name> hide_cursor <timeout>`
* 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)
* clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman), [wl-clipboard-history](https://github.com/janza/wl-clipboard-history) * 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 <seat> cursor …`, [ydotool](https://github.com/ReimuNotMoe/ydotool)
* xrandr → `swaymsg output …`, [wlr-randr](https://github.com/emersion/wlr-randr) * xrandr → `swaymsg output …`, [wlr-randr](https://github.com/emersion/wlr-randr)
* arandr (GUI to configure outputs) → [wdisplays](https://github.com/cyclopsian/wdisplays) * arandr (GUI to configure outputs) → [wdisplays](https://github.com/cyclopsian/wdisplays)
* autorandr → [kanshi](https://github.com/emersion/kanshi) * autorandr → [kanshi](https://github.com/emersion/kanshi)