16 lines
707 B
Plaintext
16 lines
707 B
Plaintext
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Input Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
# Input wiki https://wiki.hyprland.org/Configuring/Variables/#input
|
|
|
|
input {
|
|
follow_mouse = 1 # 0|1|2|3
|
|
follow_mouse_threshold = 10
|
|
float_switch_override_focus = 0
|
|
sensitivity = 0
|
|
|
|
kb_layout = de
|
|
numlock_by_default = true
|
|
}
|