mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
22 lines
439 B
Plaintext
22 lines
439 B
Plaintext
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
input {
|
|
kb_layout = us
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options = compose:caps
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
touchpad {
|
|
natural_scroll = false
|
|
}
|
|
}
|
|
|
|
misc {
|
|
key_press_enables_dpms = true # key press will trigger wake
|
|
mouse_move_enables_dpms = true # mouse move will trigger wake
|
|
}
|