feat: mouse profile

This commit is contained in:
hesam-init 2024-03-17 11:58:37 +03:30
parent 2a1b83c714
commit ec161eeb71
2 changed files with 7 additions and 6 deletions

View file

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

View file

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