mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
config: add 'hide-when-typing'
When enabled, the mouse cursor is hidden when the user types in the terminal. It is un-hidden when the user moves the mouse, or when the window loses keyboard focus.
This commit is contained in:
parent
b00dfcf7b6
commit
d4ee9be4d7
11 changed files with 57 additions and 16 deletions
|
|
@ -152,6 +152,7 @@ struct seat {
|
|||
struct wl_cursor_theme *theme;
|
||||
struct wl_cursor *cursor;
|
||||
int scale;
|
||||
bool hidden;
|
||||
|
||||
const char *xcursor;
|
||||
struct wl_callback *xcursor_callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue