From 0b8758a422212170b399706dc6a998d02241d453 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Mon, 28 Feb 2022 00:39:10 +0100 Subject: Cursor: Add a hide-cursor command From the riverctl.1 man page: *hide-cursor* *timeout* _timeout_ Hide the cursor if it wasn't moved in the last _timeout_ milliseconds until it is moved again. The default value is 0, which disables automatically hiding the cursor. Show the cursor again on any movement. *hide-cursor* *when-typing* *enabled*|*disabled* Hide the cursor when pressing any non-modifier key. Show the cursor again on any movement. --- doc/riverctl.1.scd | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index fec47dd..0826850 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -288,6 +288,15 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_ If the view to be focused is on an output that does not have focus, focus is switched to that output. +*hide-cursor* *timeout* _timeout_ + Hide the cursor if it wasn't moved in the last _timeout_ milliseconds + until it is moved again. The default value is 0, which disables + automatically hiding the cursor. Show the cursor again on any movement. + +*hide-cursor* *when-typing* *enabled*|*disabled* + Hide the cursor when pressing any non-modifier key. Show the cursor + again on any movement. + *set-cursor-warp* *disabled*|*on-output-change* Set the cursor warp mode. There are two available modes: -- cgit v1.2.3