Compare commits
2 commits
8dfd974699
...
04b040e538
Author | SHA1 | Date | |
---|---|---|---|
04b040e538 | |||
c867e2955f |
3 changed files with 12 additions and 9 deletions
|
@ -1,8 +1,4 @@
|
|||
# Change the sensibility per device to keep the default one on touchpad
|
||||
device:asus-rog-sica {
|
||||
sensitivity = -0.55
|
||||
}
|
||||
|
||||
device:logitech-g203-lightsync-gaming-mouse {
|
||||
sensitivity = -0.55
|
||||
device {
|
||||
name = syna32aa:00-06cb:ce17-touchpad
|
||||
sensitivity = 0
|
||||
}
|
||||
|
|
|
@ -11,5 +11,12 @@ env = DXVK_LOG_LEVEL,none
|
|||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = GDK_BACKEND,wayland
|
||||
env = GDK_SCALE,1
|
||||
env = XCURSOR_SIZE,24
|
||||
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
|
||||
|
||||
# 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
|
||||
float_switch_override_focus = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue