diff options
author | Frankie B <git@diskfloppy.me> | 2023-09-07 14:29:40 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-09-07 14:29:40 +0100 |
commit | 47d826abe179cada0319b90cf229bf8dac2b926d (patch) | |
tree | b214ad8a98895a1c592219e3cc5cbc32a682d591 /homes | |
parent | 93ea6a87d84e031c6ee7a878ed51ab07bd15a256 (diff) |
Format hyprland.nix
Diffstat (limited to 'homes')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 20 |
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" ]; }; |