Skip to content

Commit

Permalink
hyprland config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Nov 6, 2024
1 parent ffb3a8a commit 10d0bf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions home/programs/wayland/hyprland/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ in {
size = 10;
};

drop_shadow = true;
shadow_ignore_window = true;
shadow_offset = "0 2";
shadow_range = 20;
shadow_render_power = 3;
"col.shadow" = "rgba(00000055)";
shadow = {
enabled = true;
ignore_window = true;
offset = "0 2";
range = 20;
render_power = 3;
color = "rgba(00000055)";
};
};

animations = {
Expand Down
2 changes: 1 addition & 1 deletion system/programs/gaming/gamemode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
${hyprctl} --batch "\
keyword monitor "DP-2,2560x1440@120,0x0,1";\
keyword animations:enabled 0;\
keyword decoration:drop_shadow 0;\
keyword decoration:shadow:enabled 0;\
keyword decoration:blur:enabled 0;\
keyword general:gaps_in 0;\
keyword general:gaps_out 0;\
Expand Down

0 comments on commit 10d0bf8

Please sign in to comment.