Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update font HEAD master | Baitinq | 2025-01-01 | 1 | -0/+1 |
| | |||||
* | Added fuzzymatch sorting | Manuel Palenzuela | 2019-08-05 | 6 | -1/+261 |
| | |||||
* | Improved screenshot script | Manuel Palenzuela | 2019-08-03 | 1 | -2/+2 |
| | |||||
* | Fixed screenshot script | Manuel Palenzuela | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Improved videos script | Manuel Palenzuela | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | Added videos script | Manuel Palenzuela | 2019-06-30 | 1 | -0/+9 |
| | |||||
* | Fixed shutdown in exit script | Manuel Palenzuela | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | Fixed shutdown in exit script | Manuel Palenzuela | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Fixed screenshot script notifications | Manuel Palenzuela | 2019-06-13 | 1 | -4/+3 |
| | |||||
* | Added logout option to the exit script | Manuel Palenzuela | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | Added exec perms to exit | Manuel Palenzuela | 2019-06-13 | 1 | -0/+0 |
| | |||||
* | Removed unnecessary lines | Manuel Palenzuela | 2019-06-13 | 2 | -1/+0 |
| | |||||
* | Removed unnecessary lines | Manuel Palenzuela | 2019-06-13 | 2 | -1/+0 |
| | |||||
* | Changed default alpha values | Manuel Palenzuela | 2019-06-13 | 1 | -4/+4 |
| | |||||
* | Revamped opacity patch | Manuel Palenzuela | 2019-06-13 | 8 | -145/+373 |
| | |||||
* | Fixed a line in the opacity patch | Manuel Palenzuela | 2019-06-13 | 1 | -8/+1 |
| | |||||
* | Added more descriptions in the config.h | Manuel Palenzuela | 2019-06-13 | 1 | -3/+3 |
| | |||||
* | Added opacity patch [Patch] | Manuel Palenzuela | 2019-06-13 | 4 | -3/+150 |
| | |||||
* | Improved screenshot script | Manuel Palenzuela | 2019-06-13 | 1 | -43/+19 |
| | |||||
* | Added screenshot script | Manuel Palenzuela | 2019-06-13 | 1 | -0/+89 |
| | |||||
* | Added exit script | Manuel Palenzuela | 2019-06-12 | 1 | -0/+15 |
| | |||||
* | Renamed a patch | Manuel Palenzuela | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Added easier color switching | Manuel Palenzuela | 2019-06-12 | 1 | -4/+13 |
| | |||||
* | Added more extensive X window info [Patch] | Manuel Palenzuela | 2019-06-12 | 2 | -1/+36 |
| | |||||
* | Changed default font | Manuel Palenzuela | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Added tab complete [Patch] | Manuel Palenzuela | 2019-06-12 | 3 | -10/+29 |
| | |||||
* | Added mouse support patch [Patch] | Manuel Palenzuela | 2019-06-11 | 1 | -2/+118 |
| | |||||
* | Added height option patch [Patch] | Manuel Palenzuela | 2019-06-11 | 3 | -2/+12 |
| | |||||
* | Added patch list | Manuel Palenzuela | 2019-06-11 | 3 | -0/+383 |
| | |||||
* | First compile | Manuel Palenzuela | 2019-06-11 | 3 | -1/+1 |
| | |||||
* | Initial Commit | Manuel Palenzuela | 2019-06-11 | 2 | -0/+15 |
| | |||||
* | revert IME support | Hiltjo Posthuma | 2019-03-03 | 1 | -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 message | Hiltjo Posthuma | 2019-02-12 | 1 | -1/+1 |
| | | | | die() already prints a newline. | ||||
* | make dmenu_path script executable | Hiltjo Posthuma | 2019-02-12 | 1 | -0/+0 |
| | | | | (as dmenu_run is) | ||||
* | fix crash when XOpenIM returns NULL | Hiltjo Posthuma | 2019-02-12 | 1 | -2/+11 |
| | | | | for example when IME variables are set, but the program is not started (yet). | ||||
* | Close when the embedding window is destroyed | Quentin Rameau | 2019-02-04 | 2 | -2/+7 |
| | |||||
* | Prepared 4.9 release. | Anselm R Garbe | 2019-02-02 | 3 | -4/+18 |
| | |||||
* | dmenu.1: document improved fastgrab behaviour from previous patch | Hiltjo Posthuma | 2019-01-27 | 1 | -2/+2 |
| | |||||
* | Use slow path if stdin is a tty | dok | 2019-01-27 | 1 | -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 cachedir | Quentin Rameau | 2018-07-21 | 1 | -6/+6 |
| | |||||
* | Makefile: just show the compiler output | Hiltjo Posthuma | 2018-06-02 | 1 | -38/+28 |
| | | | | Don't be fancy and just show the actual output so debugging is simpler. | ||||
* | Do not strip at link stage | Hiltjo Posthuma | 2018-06-02 | 1 | -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 < 0 | Hiltjo Posthuma | 2018-05-25 | 1 | -1/+1 |
| | | | | this is the proper idiom | ||||
* | code-style for pledge(2) | Hiltjo Posthuma | 2018-05-25 | 1 | -6/+5 |
| | | | | feedback from Klemens, thanks | ||||
* | Pledge on OpenBSD | Hiltjo Posthuma | 2018-05-25 | 1 | -0/+9 |
| | |||||
* | Use bold for keyboard shortcuts in dmenu.1 | David Demelier | 2018-05-12 | 1 | -28/+28 |
| | | | | | Like dwm, use the same syntax for all keyboard shortcuts for consistency. | ||||
* | Fix cursor drawn position with wide glyphs | Quentin Rameau | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | Makefile: bikesheddingly replace ${} with $() | Quentin Rameau | 2018-04-22 | 2 | -43/+43 |
| | |||||
* | Handle IME input | Quentin Rameau | 2018-04-22 | 1 | -1/+4 |
| | | | | Thanks to nzl <uruabi@gmail.com> for the patch! | ||||
* | Fix handling of input strings | Hiltjo Posthuma | 2018-04-22 | 1 | -14/+21 |
| |