From 58f522a29a804614d6aa35e1dac752f411bb3ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 11 Aug 2025 00:34:06 +0200 Subject: [PATCH] feat(hypr): disable capslock and hide mouse when not using it --- .config/hypr/configs/input.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/hypr/configs/input.conf b/.config/hypr/configs/input.conf index 8a32c6bc..fa8e1836 100644 --- a/.config/hypr/configs/input.conf +++ b/.config/hypr/configs/input.conf @@ -1,6 +1,7 @@ input { kb_layout = us, es - kb_options = compose:rctrl, level3:ralt_switch, grp:win_space_toggle + # kb_variant = colemak_dh + kb_options = compose:rctrl, level3:ralt_switch, grp:win_space_toggle, ctrl:nocaps follow_mouse = 1 numlock_by_default = true @@ -11,3 +12,7 @@ input { scroll_factor = 1 } } + +cursor { + inactive_timeout = 3 +}