mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: comment out options that nixos made obsolete??
This commit is contained in:
parent
a4ef411f2c
commit
e9f4f996c0
1 changed files with 6 additions and 6 deletions
|
|
@ -172,13 +172,13 @@
|
||||||
xray = true;
|
xray = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
drop_shadow = true;
|
# drop_shadow = true;
|
||||||
|
|
||||||
shadow_ignore_window = true;
|
# shadow_ignore_window = true;
|
||||||
shadow_offset = "0 2";
|
# shadow_offset = "0 2";
|
||||||
shadow_range = 20;
|
# shadow_range = 20;
|
||||||
shadow_render_power = 3;
|
# shadow_render_power = 3;
|
||||||
"col.shadow" = "rgba(00000055)";
|
# "col.shadow" = "rgba(00000055)";
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue