Add note that prompt_args will override defaults

This commit is contained in:
Ari Breitkreuz 2020-04-22 13:05:19 +02:00
parent 788d8fec33
commit 138e37576d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ menubar.left_label = "◀◀"
local list_interspace = theme.xresources.apply_dpi(4) * 3
--- Allows user to specify custom parameters for prompt.run function
-- (like colors).
-- (like colors). These will override default parameters.
-- @see awful.prompt
menubar.prompt_args = {}