summaryrefslogtreecommitdiffstats
path: root/config.def.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06patch: alphaMalfurious1-0/+7
This patch adds translucency to the dmenu window, while keeping the text in it opaque, just like the alpha patch for st.
2024-03-06config: Set colors (match dwm)Malfurious1-2/+2
2016-06-28config.def.h: style improvement, use color Scheme enumHiltjo Posthuma1-5/+5
2016-06-03import new drw from libsl and minor fixes.Markus Teich1-6/+6
- extract drawitem function (code deduplication) - fix bug where inputw was not correctly calculated from the widest item, but just from the one with the longest strlen() which is not the same. It's better now, but does not account for fallback fonts, since it would be too slow to calculate all the correct item widths on startup. - minor code style fixes (indentation, useless line breaks)
2016-01-14TypofixKlemens Nanni1-1/+1
2015-12-19Add config option for word delimitersQuentin Rameau1-0/+6
Let the user configure word boundaries other than ' ', only works with the portable character set.
2015-11-08unboolify dmenuHiltjo Posthuma1-1/+1
2015-09-27separate program-specific c99 bool and X11Hiltjo Posthuma1-4/+2
True, False are X11-specific, make sure to use c99 stdbool for program-specific things. ... also remove left-over vim mode string in config.
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-4/+6
- libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE
2013-04-17forgot to add config.def.h, thanks WilliamAnselm R Garbe1-0/+17
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith1-8/+0
2010-07-02added dmenu.h, common.cConnor Lane Smith1-6/+5
2010-06-24fixed static symbols in config.def.hConnor Lane Smith1-6/+6
2010-05-28prepared dmenu-4.1 release4.1Anselm R Garbe1-0/+0
2008-07-16got rid of compile time xidx, grabbing the mouse pointer instead, falling ↵Anselm R Garbe1-5/+0
back to screen 0 if no pointer available
2008-07-16reverted uint/ulong introductionAnselm R Garbe1-2/+2
2008-06-14reusing config.h's color values, note we have to use const char *, instead ↵Anselm R Garbe1-7/+7
of const char [] here, because the pointer might change
2008-06-13yet another cosmetic changeAnselm R Garbe1-6/+10
2008-06-13cosmetic fixesAnselm R Garbe1-2/+2
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe1-1/+1
matching now, commented -x, -y, -w arguments in dmenu.1
2007-10-01fixed font definitionAnselm R. Garbe1-1/+1
2007-09-30using saner defaultsAnselm R. Garbe1-4/+4
2007-09-27applied new color nuanceAnselm R. Garbe1-2/+2
2007-09-26applied my favorite color schemeAnselm R. Garbe1-5/+5
2007-09-23switching to whiteAnselm R. Garbe1-4/+4
2007-09-16micromizing dmenu step 1Anselm R. Garbe1-0/+10
2006-08-04removed config.harg@10ksloc.org1-9/+0