1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Hide cursor afte 10 seconds

This commit is contained in:
RGBCube 2023-11-10 09:59:26 +03:00
parent cf568b5c78
commit 7fb24b1792
No known key found for this signature in database

View file

@ -99,7 +99,8 @@
col.inactive_border = 0x${theme.transparency}${theme.inactiveHighlight}
col.nogroup_border = 0x${theme.transparency}${theme.inactiveHighlight}
no_cursor_warps = true
cursor_inactive_timeout = 10
no_cursor_warps = true
resize_on_border = true
}