Skip to content

Commit

Permalink
added failsafe setting for popup example
Browse files Browse the repository at this point in the history
  • Loading branch information
elig0n committed Sep 24, 2024
1 parent d53eb1b commit 29f18d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/examples/awful/widget/layoutlist/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ local wibox = require("wibox") --DOC_HIDE
maximum_height = #awful.layout.layouts * 24,
minimum_height = #awful.layout.layouts * 24,
placement = awful.placement.centered,
hide_on_right_click = true,
}

--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80

0 comments on commit 29f18d2

Please sign in to comment.