mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Add "hide_cursor when-typing" as an alternative to xbanish
parent
12d6e709a6
commit
3195af9898
|
@ -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).
|
* 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
|
* picom / compton / xcompmgr (compositor) → nothing
|
||||||
* unclutter (hiding cursor after some time) → `seat <name> hide_cursor <timeout>`
|
* unclutter (hiding cursor after some time) → `seat <name> hide_cursor <timeout>`
|
||||||
|
* xbanish (hiding cursor on keypress) → `seat <name> 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)
|
||||||
* 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 → [wtype](https://github.com/atx/wtype), `swaymsg seat <seat> cursor …`, [ydotool](https://github.com/ReimuNotMoe/ydotool)
|
* xdotool → [wtype](https://github.com/atx/wtype), `swaymsg seat <seat> cursor …`, [ydotool](https://github.com/ReimuNotMoe/ydotool)
|
||||||
|
|
Loading…
Reference in a new issue