aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--homes/floppydisk/hyprland.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix
index c20b038..8e7084f 100644
--- a/homes/floppydisk/hyprland.nix
+++ b/homes/floppydisk/hyprland.nix
@@ -35,10 +35,10 @@
decoration = {
blur = {
- enabled = true;
- size = 3;
- passes = 1;
- new_optimizations = 1;
+ enabled = true;
+ size = 3;
+ passes = 1;
+ new_optimizations = 1;
};
drop_shadow = "yes";
shadow_range = 20;
@@ -49,12 +49,12 @@
animations = {
enabled = true;
animation = [
- "windows, 1, 7, default"
- "windowsOut, 1, 7, default, popin 80%"
- "border, 1, 10, default"
- "borderangle, 1, 8, default"
- "fade, 1, 7, default"
- "workspaces, 1, 6, default"
+ "windows, 1, 7, default"
+ "windowsOut, 1, 7, default, popin 80%"
+ "border, 1, 10, default"
+ "borderangle, 1, 8, default"
+ "fade, 1, 7, default"
+ "workspaces, 1, 6, default"
];
};