mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
sway: disable csd shadows
This commit is contained in:
parent
1088dfbc45
commit
bfd4703747
|
@ -262,7 +262,7 @@ in {
|
||||||
|
|
||||||
# corner_radius ${toString cfg.theme.borders.radius}
|
# corner_radius ${toString cfg.theme.borders.radius}
|
||||||
shadows enable
|
shadows enable
|
||||||
shadows_on_csd enable
|
shadows_on_csd disable
|
||||||
shadow_color ${config.lib.stylix.colors.withHashtag."base00"}CC
|
shadow_color ${config.lib.stylix.colors.withHashtag."base00"}CC
|
||||||
|
|
||||||
default_dim_inactive 0.05
|
default_dim_inactive 0.05
|
||||||
|
|
Loading…
Reference in a new issue