mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 02:23:43 +02:00
chore: mouse setting
This commit is contained in:
parent
e2edc99102
commit
b0d8dc164b
2 changed files with 6 additions and 7 deletions
|
@ -2,9 +2,8 @@
|
|||
# Mice : hyprctl devices
|
||||
# -----------------------------------------------------
|
||||
|
||||
# device {
|
||||
# name = instant-usb-gaming-mouse-
|
||||
# sensitivity=0.1
|
||||
# natural_scroll=0
|
||||
# accel_profile=flat
|
||||
# }
|
||||
device {
|
||||
name = instant-usb-gaming-mouse-
|
||||
natural_scroll = 0
|
||||
accel_profile = flat
|
||||
}
|
|
@ -15,7 +15,7 @@ general {
|
|||
layout = dwindle
|
||||
allow_tearing = false
|
||||
|
||||
sensitivity = 0.3
|
||||
sensitivity = 0.8
|
||||
}
|
||||
|
||||
misc {
|
||||
|
|
Loading…
Add table
Reference in a new issue