feat(hypr): disable capslock and hide mouse when not using it
This commit is contained in:
parent
22fa662211
commit
58f522a29a
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
input {
|
input {
|
||||||
kb_layout = us, es
|
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
|
follow_mouse = 1
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
|
@ -11,3 +12,7 @@ input {
|
||||||
scroll_factor = 1
|
scroll_factor = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
inactive_timeout = 3
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue