docs(hyprland): update syntax for current version of Hyprland

This commit is contained in:
Lucien Cartier-Tilet 2025-03-02 14:16:49 +01:00
parent 358464f10a
commit d4ec04f975
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -112,10 +112,12 @@ decoration {
size = 9 size = 9
passes = 1 passes = 1
} }
drop_shadow = true shadow {
shadow_range = 4 enabled = true
shadow_render_power = 3 color = rgba(2e3440aa)
col.shadow = rgba(2e3440aa) range = 4
render_power = 3
}
} }
#+end_src #+end_src
@ -134,14 +136,11 @@ animations {
} }
#+end_src #+end_src
Now, we can take care of the configuration of the layouts. The only Now, we can take care of the configuration of the layouts.
notable thing here is that I prefer to have no gaps when there is only
one window in the dwindle layout.
#+begin_src conf #+begin_src conf
dwindle { dwindle {
pseudotile = true pseudotile = true
preserve_split = true preserve_split = true
no_gaps_when_only = 1
} }
#+end_src #+end_src