Updated i3 Migration Guide (markdown)

Simon Ser 2019-09-28 17:46:01 +03:00
parent 7df5d7870d
commit 3abd8c3301

@ -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) * xclip / xsel (clipboard copy/paste) → [wl-clipboard](https://github.com/bugaevc/wl-clipboard)
* clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman) * clipster / etc. (clipboard manager) → [clipman](https://github.com/yory8/clipman)
* xdotool → [ydotool](https://github.com/ReimuNotMoe/ydotool) * 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) * autorandr → [kanshi](https://github.com/emersion/kanshi)
* screenkey (screencast tool to display your keys) → [wshowkeys](https://git.sr.ht/~sircmpwn/wshowkeys) * 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) * xmodmap → [custom keymap file](https://github.com/swaywm/sway/issues/4250)