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 # 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
} }

View file

@ -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)
}
} }
# ################### # ###################