diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6602185..6a2fa8f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -25,10 +25,10 @@ input { repeat_delay = 300 repeat_rate = 30 - accel_profile = flat + accel_profile = adaptive touchpad { - scroll_factor = 0.2 + scroll_factor = 0.7 natural_scroll = yes disable_while_typing = false } @@ -50,6 +50,10 @@ general { col.inactive_border = rgba(59595900) } +cursor { + no_hardware_cursors = 0 +} + windowrulev2 = noshadow, floating:0 decoration { |
