From 58c7896eda2dfcca775db21170f023f39bc195ce Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 29 Mar 2024 05:35:35 +0300 Subject: [PATCH] Sway : Hide cursor after 5s of inactivity. --- module/sway/module/00-Input | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/sway/module/00-Input b/module/sway/module/00-Input index b952b5c..3b626d7 100644 --- a/module/sway/module/00-Input +++ b/module/sway/module/00-Input @@ -34,3 +34,6 @@ input type:keyboard { xkb_layout us,ru xkb_options grp:caps_toggle,lv3:ralt_switch } + +# Hide mouse cursor after a period of inactivity. +seat seat0 hide_cursor 5000