URI:
       tAdd warning - spoon - dwm status utility (2f30 fork)
  HTML git clone git://src.adamsgaard.dk/spoon
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit c9624f19c37036e05abadc0c8c978a07581cb5dd
   DIR parent dd2c3c02746cff12fbe32de555dcf19aa066c23b
  HTML Author: sin <sin@2f30.org>
       Date:   Sun, 15 May 2016 13:43:42 +0100
       
       Add warning
       
       Diffstat:
         M spoon.c                             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/spoon.c b/spoon.c
       t@@ -108,6 +108,7 @@ xkblayoutread(char *buf, size_t len)
                }
                XkbGetState(dpy, XkbUseCoreKbd, &state);
                if (XkbRF_GetNamesProp(dpy, &tmp, &vd) == 0){
       +                warnx("cannot extract keyboard properties");
                        ret = -1;
                        goto out0;
                }