mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 09:43:50 -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;
|
||||
};
|
||||
|
||||
shadow = {
|
||||
enabled = false;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
rounding = "10";
|
||||
drop_shadow = "false";
|
||||
dim_special = "0.3";
|
||||
blur = {
|
||||
enabled = "yes";
|
||||
|
|
Loading…
Reference in a new issue