mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 20:27: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
|
||||
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
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
# ###################
|
||||
|
|
Loading…
Reference in a new issue