diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 625b182..73666db 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,14 +9,15 @@ monitor = , preferred, auto, 1 layerrule = noanim, overlay input { - accel_profile = "adaptive" - follow_mouse = 1 - kb_layout = mango, mango, mango - kb_variant = basic, coding, german - kb_options = lv3:lalt_switch,compose:ralt - repeat_delay = 180 - repeat_rate = 35 - sensitivity = 0.8 + accel_profile = "adaptive" + follow_mouse = 1 + kb_layout = mango, mango, mango + kb_variant = basic, coding, german + kb_options = lv3:lalt_switch,compose:ralt + repeat_delay = 180 + repeat_rate = 35 + sensitivity = 0.8 + natural_scroll = yes touchpad { disable_while_typing = yes |