mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -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
|
|
@ -56,6 +56,7 @@ sway_sources = files(
|
|||
'commands/force_focus_wrapping.c',
|
||||
'commands/fullscreen.c',
|
||||
'commands/gaps.c',
|
||||
'commands/hide_cursor.c',
|
||||
'commands/hide_edge_borders.c',
|
||||
'commands/kill.c',
|
||||
'commands/mark.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue