added failsafe setting for popup example

This commit is contained in:
elig0n 2024-09-24 17:52:54 +03:00
parent d53eb1be67
commit 29f18d241b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ local wibox = require("wibox") --DOC_HIDE
maximum_height = #awful.layout.layouts * 24, maximum_height = #awful.layout.layouts * 24,
minimum_height = #awful.layout.layouts * 24, minimum_height = #awful.layout.layouts * 24,
placement = awful.placement.centered, placement = awful.placement.centered,
hide_on_right_click = true,
} }
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80 --DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80