update hyprland - no_update_news, fix update issue

This commit is contained in:
Carlos Sousa 2025-09-28 16:00:44 +02:00
parent 6cc5453c1b
commit 566523a0f3

View File

@ -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
}