mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: correct settings key for drop shadow
This commit is contained in:
parent
7a97503844
commit
cb77f69a67
1 changed files with 4 additions and 1 deletions
|
@ -295,9 +295,12 @@
|
||||||
hide_on_key_press = true;
|
hide_on_key_press = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shadow = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = "10";
|
rounding = "10";
|
||||||
drop_shadow = "false";
|
|
||||||
dim_special = "0.3";
|
dim_special = "0.3";
|
||||||
blur = {
|
blur = {
|
||||||
enabled = "yes";
|
enabled = "yes";
|
||||||
|
|
Loading…
Reference in a new issue