mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 04:37:18 +00:00
Update hyprland settings to latest syntax
This commit is contained in:
parent
867ba642c6
commit
8fcf3646fe
|
@ -7,9 +7,6 @@ dwindle {
|
||||||
# of what happens to the container
|
# of what happens to the container
|
||||||
preserve_split = true
|
preserve_split = true
|
||||||
|
|
||||||
# Show gaps even when there's only 1 window opened
|
|
||||||
no_gaps_when_only = false
|
|
||||||
|
|
||||||
# Scale down special workspaces (bigger borders)
|
# Scale down special workspaces (bigger borders)
|
||||||
special_scale_factor = 0.9
|
special_scale_factor = 0.9
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,12 +70,14 @@ group {
|
||||||
# ###################
|
# ###################
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
drop_shadow = true
|
shadow {
|
||||||
shadow_range = 20
|
enabled = true # enable drop shadow
|
||||||
shadow_render_power = 2
|
range = 20
|
||||||
col.shadow = rgba(0F0F0FE6)
|
render_power = 2
|
||||||
#col.shadow = rgba(FFA500FF)
|
color = rgba(0F0F0FE6)
|
||||||
col.shadow_inactive = rgba(0F0F0F99)
|
#color = rgba(FFA500FF)
|
||||||
|
color_inactive = rgba(0F0F0F99)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# ###################
|
# ###################
|
||||||
|
|
Loading…
Reference in a new issue