From d4ec04f9759a12e7566efd512172b8f1961938ef Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 2 Mar 2025 14:16:49 +0100 Subject: [PATCH] docs(hyprland): update syntax for current version of Hyprland --- docs/hyprland.org | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/hyprland.org b/docs/hyprland.org index defde8d..ca24eff 100644 --- a/docs/hyprland.org +++ b/docs/hyprland.org @@ -112,10 +112,12 @@ decoration { size = 9 passes = 1 } - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(2e3440aa) + shadow { + enabled = true + color = rgba(2e3440aa) + range = 4 + render_power = 3 + } } #+end_src @@ -134,14 +136,11 @@ animations { } #+end_src -Now, we can take care of the configuration of the layouts. The only -notable thing here is that I prefer to have no gaps when there is only -one window in the dwindle layout. +Now, we can take care of the configuration of the layouts. #+begin_src conf dwindle { pseudotile = true preserve_split = true - no_gaps_when_only = 1 } #+end_src