diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-11-14 14:53:44 -0500 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-11-14 14:53:44 -0500 | 
| commit | a04498c0b18d6fdf7e600dd9c8b5e7db781c21f3 (patch) | |
| tree | e52aee2a32cace262f5acee2d2397240e3b39cf8 /home-config/hypr | |
| parent | bdb08351ce1afc15264658bcbb6ec03144874759 (diff) | |
Changed firefox to use nix configuration, completely reset profile. No
longer using mozilla account.
Updated nixpkgs and home-manager
Added wpaperd flake
Diffstat (limited to 'home-config/hypr')
| -rw-r--r-- | home-config/hypr/hyprland.conf | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 12e97c5..97cb767 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
| @@ -74,10 +74,12 @@ decoration { | |||
| 74 | new_optimizations = on | 74 | new_optimizations = on | 
| 75 | } | 75 | } | 
| 76 | 76 | ||
| 77 | drop_shadow = yes | 77 | shadow { | 
| 78 | shadow_range = 4 | 78 | enabled = true | 
| 79 | shadow_render_power = 3 | 79 | range = 4 | 
| 80 | col.shadow = rgba(1a1a1aee) | 80 | render_power = 3 | 
| 81 | color = rgba(1a1a1aee) | ||
| 82 | } | ||
| 81 | } | 83 | } | 
| 82 | 84 | ||
| 83 | animations { | 85 | animations { | 
