Skip to content

Commit

Permalink
fix(hyprland): decoration:drop_shadow option no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Nov 16, 2024
1 parent c0ab47b commit e283d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/desktop/wm/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,16 @@ in
# Decoration settings
decoration = {
rounding = 10;
drop_shadow = false;
blur = {
enabled = true;
size = 5;
passes = 3;
new_optimizations = true;
ignore_opacity = true;
};
shadow = {
enabled = true;
};
};

# Animation settings
Expand Down

0 comments on commit e283d4f

Please sign in to comment.