feat: mouse profile
This commit is contained in:
parent
2a1b83c714
commit
ec161eeb71
2 changed files with 7 additions and 6 deletions
|
@ -22,4 +22,4 @@ exec-once = ~/.config/hypr/scripts/dunst-launch.sh &
|
|||
# exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & # dont sleep if playing minecraft, else nvidia will fuck up
|
||||
|
||||
# cursor :
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Ice
|
|
@ -2,8 +2,9 @@
|
|||
# Mice : hyprctl devices
|
||||
# -----------------------------------------------------
|
||||
|
||||
# device:instant-usb-gaming-mouse- {
|
||||
# sensitivity=0.5
|
||||
# natural_scroll=0
|
||||
# accel_profile=flat
|
||||
# }
|
||||
device {
|
||||
name = instant-usb-gaming-mouse-
|
||||
sensitivity=0.5
|
||||
natural_scroll=0
|
||||
accel_profile=flat
|
||||
}
|
Loading…
Add table
Reference in a new issue