27 lines
433 B
Plaintext
27 lines
433 B
Plaintext
#############
|
|
### INPUT ###
|
|
#############
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
input {
|
|
kb_layout = de
|
|
kb_variant = nodeadkeys
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
|
|
follow_mouse = 0
|
|
|
|
sensitivity = -0.17
|
|
|
|
touchpad {
|
|
natural_scroll = true
|
|
scroll_factor = 0.15
|
|
}
|
|
}
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
|
gestures {
|
|
workspace_swipe = true
|
|
}
|