Compare commits
No commits in common. "04b040e5389f2946f17e27cc12a7e8c3407fa025" and "8dfd974699531d890a205652fc78f540a9bd7993" have entirely different histories.
04b040e538
...
8dfd974699
3 changed files with 9 additions and 12 deletions
|
@ -1,4 +1,8 @@
|
||||||
device {
|
# Change the sensibility per device to keep the default one on touchpad
|
||||||
name = syna32aa:00-06cb:ce17-touchpad
|
device:asus-rog-sica {
|
||||||
sensitivity = 0
|
sensitivity = -0.55
|
||||||
|
}
|
||||||
|
|
||||||
|
device:logitech-g203-lightsync-gaming-mouse {
|
||||||
|
sensitivity = -0.55
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,12 +11,5 @@ env = DXVK_LOG_LEVEL,none
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
env = GDK_BACKEND,wayland
|
env = GDK_BACKEND,wayland
|
||||||
env = GDK_SCALE,1
|
env = GDK_SCALE,1
|
||||||
|
env = XCURSOR_SIZE,24
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
|
|
||||||
# XCursor
|
|
||||||
env = XCURSOR_THEME,BreezeX-RosePine-Linux
|
|
||||||
env = XCURSOR_SIZE,28
|
|
||||||
|
|
||||||
# Hyprcursor
|
|
||||||
env = HYPRCURSOR_THEME,rose-pine-hyprcursor
|
|
||||||
env = HYPRCURSOR_SIZE,28
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ input {
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
sensitivity = -0.55 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0 # -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