My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fixed blender windows not tiling

legoraft 307c8661 53d5f020

+7
+7
hypr/.config/hypr/hyprland.conf
··· 85 85 tile = true 86 86 } 87 87 88 + # Fix blender windows 89 + windowrule { 90 + name = Blender tile 91 + match:class = blender 92 + tile = true 93 + } 94 + 88 95 # Blur rules 89 96 layerrule = match:namespace notifications, blur on 90 97 layerrule = match:namespace notifications, ignore_alpha 0