docs(hyprland): update syntax for current version of Hyprland
This commit is contained in:
parent
358464f10a
commit
d4ec04f975
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user