From b0351859b66b36f287ce1fbc6322b18e258d68eb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 25 Nov 2023 19:23:32 +0100 Subject: Hyprland: Hide cursor after 3 seconds --- .config/hypr/hyprland.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7f1d097..b52bdc2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -26,11 +26,12 @@ input { } general { - border_size = 3 - col.active_border = rgb(FAA14F) - col.inactive_border = rgba(64727D7F) - gaps_in = 5 - gaps_out = 10 + border_size = 3 + col.active_border = rgb(FAA14F) + col.inactive_border = rgba(64727D7F) + gaps_in = 5 + gaps_out = 10 + cursor_inactive_timeout = 3 } decoration { -- cgit v1.2.3