Compare commits

...

2 commits

3 changed files with 12 additions and 9 deletions

View file

@ -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
} }

View file

@ -11,5 +11,12 @@ 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

View file

@ -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