doc: fix typo in struts.lua (#3964)

This commit is contained in:
elig0n 2024-10-14 07:53:29 +03:00 committed by GitHub
parent d53eb1be67
commit 797e093bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ local awful = { --DOC_HIDE
-- Wibars and docked clients are the main users of the struts.
local wibar = awful.wibar {
position = "top",
height = 24, -- this will set the wibar won :struts() to top=24
height = 24, -- this will set the wibar own :struts() to top=24
}
awful.tag.add("1", { --DOC_HIDE