tconfig.def.h - xmenu - drop-down menu for X11
 (HTM) git clone git://git.z3bra.org/xmenu.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tconfig.def.h (269B)
       ---
            1 /* widget colors, given as RGB hex values */
            2 uint32_t background = 0x3f3f3f;
            3 uint32_t foreground = 0xc1eafe;
            4 
            5 /* font used for entries */
            6 char *font = "monospace:pixelsize=16";
            7 
            8 /* mouse buttons to react to when using the menu */
            9 int mousebutton = XCB_BUTTON_INDEX_1;
           10