Skip to content

Commit

Permalink
doc: fix typo in struts.lua (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
elig0n authored Oct 14, 2024
1 parent d53eb1b commit 797e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/screen/struts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 797e093

Please sign in to comment.