fix: correct settings key for drop shadow

This commit is contained in:
Youwen Wu 2024-11-15 12:35:32 -08:00
parent 7a97503844
commit cb77f69a67
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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";