feat(hypr): disable capslock and hide mouse when not using it

This commit is contained in:
Sergio Laín 2025-08-11 00:34:06 +02:00
parent 22fa662211
commit 58f522a29a
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

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