diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cccb7f6..54373b1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -193,8 +193,8 @@ input { numlock_by_default = true touchpad { - natural_scroll = false, - tap-to-click = false, + natural_scroll = false + tap-to-click = false } } @@ -210,6 +210,14 @@ device { sensitivity = -0.5 } +################# +### ECOSYSTEM ### +################# +ecosystem { + no_update_news = true + no_donation_nag = true +} + ################### ### KEYBINDINGS ###