From ec161eeb71edfc0df9476c4e483e44ca9b0eb850 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 17 Mar 2024 11:58:37 +0330 Subject: [PATCH] feat: mouse profile --- configs/hyprland/hypr/conf/autostart.conf | 2 +- configs/hyprland/hypr/conf/mice.conf | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/configs/hyprland/hypr/conf/autostart.conf b/configs/hyprland/hypr/conf/autostart.conf index 63412a2..16c538f 100644 --- a/configs/hyprland/hypr/conf/autostart.conf +++ b/configs/hyprland/hypr/conf/autostart.conf @@ -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 \ No newline at end of file +exec-once = hyprctl setcursor Bibata-Modern-Ice \ No newline at end of file diff --git a/configs/hyprland/hypr/conf/mice.conf b/configs/hyprland/hypr/conf/mice.conf index b2c081c..6723942 100644 --- a/configs/hyprland/hypr/conf/mice.conf +++ b/configs/hyprland/hypr/conf/mice.conf @@ -2,8 +2,9 @@ # Mice : hyprctl devices # ----------------------------------------------------- -# device:instant-usb-gaming-mouse- { -# sensitivity=0.5 -# natural_scroll=0 -# accel_profile=flat -# } \ No newline at end of file +device { + name = instant-usb-gaming-mouse- + sensitivity=0.5 + natural_scroll=0 + accel_profile=flat +} \ No newline at end of file