about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update font HEAD masterBaitinq2025-01-011-0/+1
|
* Added fuzzymatch sortingManuel Palenzuela2019-08-056-1/+261
|
* Improved screenshot scriptManuel Palenzuela2019-08-031-2/+2
|
* Fixed screenshot scriptManuel Palenzuela2019-07-311-1/+1
|
* Improved videos scriptManuel Palenzuela2019-06-301-1/+1
|
* Added videos scriptManuel Palenzuela2019-06-301-0/+9
|
* Fixed shutdown in exit scriptManuel Palenzuela2019-06-151-1/+1
|
* Fixed shutdown in exit scriptManuel Palenzuela2019-06-141-1/+1
|
* Fixed screenshot script notificationsManuel Palenzuela2019-06-131-4/+3
|
* Added logout option to the exit scriptManuel Palenzuela2019-06-131-1/+2
|
* Added exec perms to exitManuel Palenzuela2019-06-131-0/+0
|
* Removed unnecessary linesManuel Palenzuela2019-06-132-1/+0
|
* Removed unnecessary linesManuel Palenzuela2019-06-132-1/+0
|
* Changed default alpha valuesManuel Palenzuela2019-06-131-4/+4
|
* Revamped opacity patchManuel Palenzuela2019-06-138-145/+373
|
* Fixed a line in the opacity patchManuel Palenzuela2019-06-131-8/+1
|
* Added more descriptions in the config.hManuel Palenzuela2019-06-131-3/+3
|
* Added opacity patch [Patch]Manuel Palenzuela2019-06-134-3/+150
|
* Improved screenshot scriptManuel Palenzuela2019-06-131-43/+19
|
* Added screenshot scriptManuel Palenzuela2019-06-131-0/+89
|
* Added exit scriptManuel Palenzuela2019-06-121-0/+15
|
* Renamed a patchManuel Palenzuela2019-06-121-0/+0
|
* Added easier color switchingManuel Palenzuela2019-06-121-4/+13
|
* Added more extensive X window info [Patch]Manuel Palenzuela2019-06-122-1/+36
|
* Changed default fontManuel Palenzuela2019-06-121-1/+1
|
* Added tab complete [Patch]Manuel Palenzuela2019-06-123-10/+29
|
* Added mouse support patch [Patch]Manuel Palenzuela2019-06-111-2/+118
|
* Added height option patch [Patch]Manuel Palenzuela2019-06-113-2/+12
|
* Added patch listManuel Palenzuela2019-06-113-0/+383
|
* First compileManuel Palenzuela2019-06-113-1/+1
|
* Initial CommitManuel Palenzuela2019-06-112-0/+15
|
* revert IME supportHiltjo Posthuma2019-03-031-12/+3
| | | | | | | dmenu will not handle IME support (st will, atleast for now). revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22 this commit also broke input focus.
* improve xopenim error messageHiltjo Posthuma2019-02-121-1/+1
| | | | die() already prints a newline.
* make dmenu_path script executableHiltjo Posthuma2019-02-121-0/+0
| | | | (as dmenu_run is)
* fix crash when XOpenIM returns NULLHiltjo Posthuma2019-02-121-2/+11
| | | | for example when IME variables are set, but the program is not started (yet).
* Close when the embedding window is destroyedQuentin Rameau2019-02-042-2/+7
|
* Prepared 4.9 release.Anselm R Garbe2019-02-023-4/+18
|
* dmenu.1: document improved fastgrab behaviour from previous patchHiltjo Posthuma2019-01-271-2/+2
|
* Use slow path if stdin is a ttydok2019-01-271-3/+1
| | | | | If stdin is a tty and dmenu is ran with the fast option then it's impossible to close stdin because the keyboard is already grabbed.
* dmenu_path: always use the cachedirQuentin Rameau2018-07-211-6/+6
|
* Makefile: just show the compiler outputHiltjo Posthuma2018-06-021-38/+28
| | | | Don't be fancy and just show the actual output so debugging is simpler.
* Do not strip at link stageHiltjo Posthuma2018-06-021-1/+1
| | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
* code-style for pledge: check the return code -1, not < 0Hiltjo Posthuma2018-05-251-1/+1
| | | | this is the proper idiom
* code-style for pledge(2)Hiltjo Posthuma2018-05-251-6/+5
| | | | feedback from Klemens, thanks
* Pledge on OpenBSDHiltjo Posthuma2018-05-251-0/+9
|
* Use bold for keyboard shortcuts in dmenu.1David Demelier2018-05-121-28/+28
| | | | | Like dwm, use the same syntax for all keyboard shortcuts for consistency.
* Fix cursor drawn position with wide glyphsQuentin Rameau2018-04-221-1/+1
|
* Makefile: bikesheddingly replace ${} with $()Quentin Rameau2018-04-222-43/+43
|
* Handle IME inputQuentin Rameau2018-04-221-1/+4
| | | | Thanks to nzl <uruabi@gmail.com> for the patch!
* Fix handling of input stringsHiltjo Posthuma2018-04-221-14/+21
|