14 lines
248 B
Nix
14 lines
248 B
Nix
{
|
|
animation = [ "workspaces, 1, 1, default" ];
|
|
general = {
|
|
border_size = 2;
|
|
gaps_in = 0;
|
|
gaps_out = 0;
|
|
resize_on_border = true;
|
|
};
|
|
decoration = {
|
|
rounding = 10;
|
|
rounding_power = 2;
|
|
inactive_opacity = 0.9;
|
|
};
|
|
}
|