mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 20:42:16 +01:00
13 lines
649 B
Plaintext
13 lines
649 B
Plaintext
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Input Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
# Input wiki https://wiki.hyprland.org/Configuring/Variables/#input
|
|
|
|
input {
|
|
follow_mouse = 2 # 0|1|2|3
|
|
float_switch_override_focus = 2
|
|
sensitivity = 0.25
|
|
accel_profile = flat
|
|
}
|