diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6f20d5b..79912c8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -65,9 +65,6 @@ misc { ############# # https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more @@ -132,5 +129,6 @@ windowrulev2 = suppressevent maximize, class:.* windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 ecosystem { - no_donation_nag = true + no_donation_nag = true, + no_update_news = true }