mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
added failsafe setting for popup example
This commit is contained in:
parent
d53eb1be67
commit
29f18d241b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue