mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement hide_cursor <timeout> command
Allows the cursor to be hidden after a specified timeout in milliseconds
This commit is contained in:
parent
a223030b70
commit
5fca74a1f1
9 changed files with 91 additions and 7 deletions
|
|
@ -86,6 +86,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "force_focus_wrapping", cmd_force_focus_wrapping },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
{ "gaps", cmd_gaps },
|
||||
{ "hide_cursor", cmd_hide_cursor },
|
||||
{ "hide_edge_borders", cmd_hide_edge_borders },
|
||||
{ "include", cmd_include },
|
||||
{ "input", cmd_input },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue