Update hyprland settings to latest syntax

This commit is contained in:
ItsDrike 2024-11-13 23:15:09 +01:00
parent 867ba642c6
commit 8fcf3646fe
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 8 additions and 9 deletions

View file

@ -7,9 +7,6 @@ dwindle {
# of what happens to the container
preserve_split = true
# Show gaps even when there's only 1 window opened
no_gaps_when_only = false
# Scale down special workspaces (bigger borders)
special_scale_factor = 0.9
}

View file

@ -70,12 +70,14 @@ group {
# ###################
decoration {
drop_shadow = true
shadow_range = 20
shadow_render_power = 2
col.shadow = rgba(0F0F0FE6)
#col.shadow = rgba(FFA500FF)
col.shadow_inactive = rgba(0F0F0F99)
shadow {
enabled = true # enable drop shadow
range = 20
render_power = 2
color = rgba(0F0F0FE6)
#color = rgba(FFA500FF)
color_inactive = rgba(0F0F0F99)
}
}
# ###################