From 608a51158178e0eea7d0cdb779c45980d80a0821 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 13 Feb 2026 21:31:46 -0500 Subject: [PATCH] update deprecated rule --- users/alice/home/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/alice/home/hypr/hyprland.conf b/users/alice/home/hypr/hyprland.conf index b3ee077..6dcbc7b 100644 --- a/users/alice/home/hypr/hyprland.conf +++ b/users/alice/home/hypr/hyprland.conf @@ -122,7 +122,7 @@ gestures { misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more - force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers + force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers } # Example per-device config @@ -137,7 +137,7 @@ device { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +windowrule = suppressevent maximize, class:.* # You'll probably like this. # See https://wiki.hyprland.org/Configuring/Keywords/ for more