Hyprland: Update per-device config options syntax.
This commit is contained in:
parent
8dfd974699
commit
c867e2955f
2 changed files with 4 additions and 8 deletions
|
@ -1,8 +1,4 @@
|
||||||
# Change the sensibility per device to keep the default one on touchpad
|
device {
|
||||||
device:asus-rog-sica {
|
name = syna32aa:00-06cb:ce17-touchpad
|
||||||
sensitivity = -0.55
|
sensitivity = 0
|
||||||
}
|
|
||||||
|
|
||||||
device:logitech-g203-lightsync-gaming-mouse {
|
|
||||||
sensitivity = -0.55
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ input {
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = -0.55 # -1.0 - 1.0, 0 means no modification.
|
||||||
follow_mouse = 2
|
follow_mouse = 2
|
||||||
float_switch_override_focus = 0
|
float_switch_override_focus = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue