@@ -355,15 +355,15 @@ bind = $mainMod SHIFT, Tab, exec, qs ipc call shell prevWindow
355355# windowrule = float,class:^(kitty)$,title:^(kitty)$
356356
357357# Ignore maximize requests from apps. You'll probably like this.
358- windowrule = suppressevent maximize, class: .*
358+ windowrule = suppress_event maximize, match:class .*
359359
360360# Fix some dragging issues with XWayland
361- windowrule = nofocus,class: ^$,title: ^$,xwayland:1,floating:1,fullscreen:0,pinned:0
361+ windowrule = no_focus on, match:class ^$, match:title ^$, match:xwayland true, match:float true, match:fullscreen false, match:pin false
362362
363363# Quickshell launcher layer rules
364- layerrule = blur, quickshell
365- layerrule = ignorealpha 0,quickshell
366- layerrule = animation slide,quickshell
364+ layerrule = blur on, match:namespace quickshell
365+ layerrule = ignore_alpha 0, match:namespace quickshell
366+ layerrule = animation slide, match:namespace quickshell
367367
368368# App switcher layer rules
369- layerrule = animation fade,appswitcher
369+ layerrule = animation fade, match:namespace appswitcher
0 commit comments