From 219cff8726a2fcefa8d9010fedb8f312002e4cdb Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 15 Nov 2021 19:17:06 +0100 Subject: [PATCH] doc(icon) note on default value --- objects/client.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/objects/client.c b/objects/client.c index 91b21fa9..d4ed36de 100644 --- a/objects/client.c +++ b/objects/client.c @@ -656,6 +656,10 @@ lua_class_t client_class; * cr:set_source_surface(s, 0, 0) * cr:paint() * + * (Note that `awesome.set_preferred_icon_size` defaults to `0` if it wasn't + * set. It means that, by default, the preferred icon provided will be the + * smallest available) + * * @property icon * @tparam surface icon * @propemits false false