From 7a1f5d8f6757f0040bbc1d9f0f5b7a6219a1b22c Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 7 Feb 2026 22:15:11 +0500 Subject: [PATCH] fix: remove deprecated window rules --- dotfiles/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/hypr/hyprland.conf b/dotfiles/hypr/hyprland.conf index e4f9614..c35aa73 100644 --- a/dotfiles/hypr/hyprland.conf +++ b/dotfiles/hypr/hyprland.conf @@ -284,7 +284,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # Ignore maximize requests from apps. You'll probably like this. -windowrulev2 = suppressevent maximize, class:.* +# windowrulev2 = suppressevent maximize, class:.* # Fix some dragging issues with XWayland -windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 +# windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0