feat(hyprland): add some decoration
This commit is contained in:
parent
1c355a30f5
commit
236ce0fd5b
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
{
|
{
|
||||||
animation = [ "workspaces, 0" ];
|
animation = [ "workspaces, 0" ];
|
||||||
general = {
|
general = {
|
||||||
border_size = 0;
|
border_size = 2;
|
||||||
|
gaps_in = 0;
|
||||||
|
gaps_out = 0;
|
||||||
|
resize_on_border = true;
|
||||||
|
};
|
||||||
|
decoration = {
|
||||||
|
rounding = 10;
|
||||||
|
rounding_power = 2;
|
||||||
|
inactive_opacity = 0.9;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue