mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Enable rounding
This commit is contained in:
parent
ad55f84391
commit
26f0d0d578
1 changed files with 5 additions and 1 deletions
|
|
@ -58,7 +58,11 @@ in {
|
||||||
no_gaps_when_only = 1;
|
no_gaps_when_only = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration.drop_shadow = false;
|
decoration = {
|
||||||
|
rounding = 6;
|
||||||
|
drop_shadow = false;
|
||||||
|
};
|
||||||
|
|
||||||
animations.enabled = false;
|
animations.enabled = false;
|
||||||
|
|
||||||
bind =
|
bind =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue