From 3195af98987ac8299d274c632dd7a0dced8c4fdf Mon Sep 17 00:00:00 2001 From: Tamir Zahavi-Brunner Date: Fri, 30 Oct 2020 14:21:13 +0200 Subject: [PATCH] Add "hide_cursor when-typing" as an alternative to xbanish --- i3-Migration-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index f96ecf1..ed49d62 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -19,6 +19,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * scrot (screenshot) → [grim](https://github.com/emersion/grim) + [slurp](https://github.com/emersion/slurp) (or [grimshot](https://github.com/swaywm/sway/tree/master/contrib), which wraps around both). * picom / compton / xcompmgr (compositor) → nothing * 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) * 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), `swaymsg seat cursor …`, [ydotool](https://github.com/ReimuNotMoe/ydotool)