mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-06 13:38:00 +02:00
examples: merge config blocks in lua example as demo
This commit is contained in:
parent
3ed490ac01
commit
3b5d979d41
1 changed files with 0 additions and 4 deletions
|
|
@ -83,9 +83,7 @@ hl.config({
|
|||
|
||||
layout = "dwindle",
|
||||
},
|
||||
})
|
||||
|
||||
hl.config({
|
||||
decoration = {
|
||||
rounding = 10,
|
||||
rounding_power = 2,
|
||||
|
|
@ -108,9 +106,7 @@ hl.config({
|
|||
vibrancy = 0.1696,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
hl.config({
|
||||
animations = {
|
||||
enabled = true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue