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 +}