Add note that prompt_args will override defaults
This commit is contained in:
parent
788d8fec33
commit
138e37576d
|
@ -121,7 +121,7 @@ menubar.left_label = "◀◀"
|
||||||
local list_interspace = theme.xresources.apply_dpi(4) * 3
|
local list_interspace = theme.xresources.apply_dpi(4) * 3
|
||||||
|
|
||||||
--- Allows user to specify custom parameters for prompt.run function
|
--- Allows user to specify custom parameters for prompt.run function
|
||||||
-- (like colors).
|
-- (like colors). These will override default parameters.
|
||||||
-- @see awful.prompt
|
-- @see awful.prompt
|
||||||
menubar.prompt_args = {}
|
menubar.prompt_args = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue