From 7fb24b1792f1b9e99b2a83949086e6c77947bb73 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 10 Nov 2023 09:59:26 +0300 Subject: [PATCH] Hide cursor afte 10 seconds --- machines/enka/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index b1c2158..f1be0b1 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -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 }