pantheon/modules/home/desktop/windowManager/hyprland/decoration.nix

14 lines
236 B
Nix

{
animation = [ "workspaces, 0" ];
general = {
border_size = 2;
gaps_in = 0;
gaps_out = 0;
resize_on_border = true;
};
decoration = {
rounding = 10;
rounding_power = 2;
inactive_opacity = 0.9;
};
}