dotfiles/dot_config/hypr/input.conf

33 lines
606 B
Text
Raw Normal View History

2025-04-08 15:33:51 +02:00
#############
### INPUT ###
#############
2025-04-08 15:39:17 +02:00
# https://wiki.hyprland.org/Configuring/Variables/#input
2025-04-08 15:33:51 +02:00
input {
kb_layout = de
2025-04-08 15:39:17 +02:00
kb_variant =
kb_model =
kb_options =
kb_rules =
2025-04-08 15:33:51 +02:00
follow_mouse = 1
2025-04-08 15:39:17 +02:00
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
2025-04-08 15:33:51 +02:00
touchpad {
natural_scroll = false
}
}
2025-04-08 15:39:17 +02:00
# https://wiki.hyprland.org/Configuring/Variables/#gestures
2025-04-08 15:33:51 +02:00
gestures {
workspace_swipe = false
}
2025-04-08 15:39:17 +02:00
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
2025-04-08 15:33:51 +02:00
device {
name = epic-mouse-v1
sensitivity = -0.5
}