We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2eb61 commit 30419d8Copy full SHA for 30419d8
home/dot_config/hypr/hyprland/window-rules.conf
@@ -269,14 +269,12 @@ layerrule = ignorezero, rofi
269
layerrule = ignorealpha 0.57, rofi
270
271
# Utility layers
272
-layerrule = animation fade, hyprpicker
273
-layerrule = animation fade, logout_dialog
274
-layerrule = animation fade, selection
+layerrule = animation fade, ^(hyprpicker|logout_dialog|selection)
275
276
# Quickshell
277
-layerrule = blur, quickshell.*
278
-layerrule = ignorealpha 0.65, quickshell.*
279
-layerrule = blurpopups, quickshell.*
+layerrule = blur, ^(quickshell.*|dms.*)
+layerrule = ignorealpha 0.65, ^(quickshell.*|dms.*)
+layerrule = blurpopups, ^(quickshell.*|dms.*)
280
281
# ================================
282
# WORKSPACE RULES
0 commit comments