ae59cdd017
Added a note about the man pages
Scoopta
2020-01-13 19:10:28 -08:00
d23e234e35
Updated the list of known packages
Scoopta
2020-01-13 19:07:53 -08:00
8f8c69dc16
Added man pages
Scoopta
2020-01-13 18:59:52 -08:00
e7be007842
The color and style config options now have the same semantics as the command line options
Scoopta
2020-01-12 22:20:37 -08:00
db8bf96411
Desktop file ids are now used instead of names and paths, a duplication issue caused by caching was also fixed
Scoopta
2020-01-11 16:03:02 -08:00
0458f06afe
Caching now checks for an exact match, this prevents some weird edge cases when using search parsing
Scoopta
2019-12-16 23:38:25 -08:00
8594fc52a3
Parsing image escapes and markup will only occur if their respective options are enabled
Scoopta
2019-12-16 19:38:12 -08:00
c248461260
Added parse_action option to dmenu
Scoopta
2019-12-16 19:15:16 -08:00
62861d3686
Added --parse-search to strip pango markup and image escapes from search text
Scoopta
2019-12-16 18:36:21 -08:00
f6fef341fb
Fixed string display issues when strings contain colons in image mode
Scoopta
2019-12-16 17:30:29 -08:00
84b26abf78
Oops, that was for debugging
Scoopta
2019-12-02 12:28:57 -08:00
b8b63c416c
Fixed a memory leak
Scoopta
2019-12-01 23:17:23 -08:00
5e5729e7fc
Added the show_all config option to run
Scoopta
2019-12-01 23:02:49 -08:00
9f16ca0a06
Added the always_parse_args config option to run
Scoopta
2019-12-01 22:59:04 -08:00
ac0cd06e13
Added support for mode specific config options
Scoopta
2019-12-01 22:58:30 -08:00
db59ec9d13
OPTION CHANGE: -i and -I have been swapped to improve compatibility with other *nix tools
Scoopta
2019-11-28 22:27:06 -08:00
f2f870f367
set line NULL in dmenu mode
Apiote
2019-11-25 13:58:16 +01:00
3c03f89918
Added case insensitive searching
Scoopta
2019-11-25 14:56:46 -08:00
a30d5c09e5
Add a fallback icon to drun entries
Ian Brunelli
2019-11-24 08:46:14 -03:00
f6c0d9d832
Entries with NoDisplay set now still get treated as entries that exist for ID checks
Scoopta
2019-11-23 14:46:23 -08:00
49295d8b13
run mode now searches by executable name only
Scoopta
2019-11-21 21:23:45 -08:00
50838d3d98
Added support for fuzzy searching
Scoopta
2019-11-21 01:01:27 -08:00
c8d052be6a
I have no idea why the search text was in the format of name/full/path when full/path already contains the name
Scoopta
2019-11-21 00:09:17 -08:00
5d271d5d31
Entries without a mode when images are enabled are now displayed as text
Scoopta
2019-11-20 22:05:28 -08:00
43bc6eb5ed
Fixed tab selecting expander children when the expander is closed
Scoopta
2019-11-19 19:14:30 -08:00
a15390c685
Renamed the flag when holding shift from run_in_term to mod_shift. This makes more sense as not all modes have a need for a run in term option
Scoopta
2019-11-18 22:16:06 -08:00
750cdd0167
Holding ctrl when pressing enter will now parse args in run mode
Scoopta
2019-11-18 22:13:14 -08:00
c85f6a7209
The scroll bars can now be hidden
Scoopta
2019-11-18 13:42:40 -08:00
7573eecb02
Cache write is now controlled by the mode, this allows for greater flexibility with caching
Scoopta
2019-11-16 14:52:20 -08:00
0f78b557b5
Alternative actions now require a double click
Scoopta
2019-11-13 01:42:27 -08:00
b710a3aee5
Added support for alternative desktop actions
Scoopta
2019-11-13 01:17:45 -08:00
9bc345beae
drun now searchs by category
Scoopta
2019-11-12 20:41:01 -08:00
18be45f69e
modes/run: don't segfault on invalid cache lines
Paul Annesley
2019-11-08 23:51:05 +11:00
eeb8a8a324
When running as dmenu the cache file will be set to /dev/null
Scoopta
2019-11-06 00:17:22 -08:00
c31327b279
If images are allowed and no display mode is given by the entry then text is used, this allows run to work correctly when images are shown
Scoopta
2019-11-05 09:41:47 -08:00
07cb2a65a7
Removed utils_split(), strtok_r() is now used instead
Scoopta
2019-11-04 22:41:53 -08:00
2ab1c53b4d
Added support for combi style functionality
Scoopta
2019-11-04 20:56:40 -08:00
0eb03b7adc
Added --prompt as a long opt for -p
Scoopta
2019-11-04 17:49:34 -08:00
436c1ad0cd
dmenu mode no longer uses the search bar contents when enter is pressed, this can be overridden for all modes with -e. Additionally all modes now get the search contents if no results are found.
Scoopta
2019-11-04 17:46:39 -08:00
a459a29ca1
Fixed weird behavior when only one option is present
Scoopta
2019-11-04 13:55:35 -08:00
9d5e8e2e5a
External modes are now loaded with RTLD_LOCAL
Scoopta
2019-11-04 13:29:53 -08:00
5bb351d450
Internal plugin initalizers must now be prefixed with wofi_. This prevents using map, wl_list, wofi, and other mode strings to segfault wofi
Scoopta
2019-11-04 13:25:44 -08:00
97dd534c97
Fixed some portability issues with wofi
Scoopta
2019-11-03 20:20:00 -08:00
ea7893eb12
Added support for loading desktop files from nested directories
Scoopta
2019-11-02 11:58:51 -07:00
2d08672f86
There are now secondary config options that match the command line flags if the original options didn't
Scoopta
2019-11-01 16:57:24 -07:00
8093c05fe1
The search text for drun no longer contains the image insertion sequences
Scoopta
2019-10-28 14:33:11 -07:00
da56f43d57
The text used for searches is no longer the same as the text displayed, this allows for a lot more powerful searching especially in drun mode
Scoopta
2019-10-28 14:17:06 -07:00
84ffcb589d
File icons are now supported
Scoopta
2019-10-27 12:14:18 -07:00
9e96c9ee6a
Only one desktop entry with a given ID will show up in drun mode
Scoopta
2019-10-19 20:23:23 -07:00
44a8e79fd7
Fixed #inner-box having weird behavior when margins are set
Scoopta
2019-10-13 12:42:05 -07:00
64348d4fb1
Fixed the persistent black border when in horizontal mode
Scoopta
2019-10-12 23:56:27 -07:00
dde5b2376f
The horizontal orientation now behaves more like classic dmenu
Scoopta
2019-10-12 22:24:35 -07:00
496e075b0e
Tab can now be used to cycle between search results
Scoopta
2019-10-07 02:50:26 -07:00
c6cf131a94
Shift will no longer cause the search box to pull focus
Scoopta
2019-09-30 21:38:56 -07:00
dcdca16a38
Added support for running software in a terminal from run mode
Scoopta
2019-09-26 23:24:48 -07:00
734dd6d6b6
Fixed some of the bugs introduced by the recent change to not focus the entry by default
Scoopta
2019-09-19 00:45:57 -07:00
f1fb568d5c
The entry box no longer gets focus at launch, this allows the user to see the prompt without manually changing focus
Scoopta
2019-09-18 23:35:51 -07:00
0cee332f2e
When images are not allowed the labels now get the name text
Scoopta
2019-09-15 16:29:15 -07:00
b0e8fac705
Added gio-unix-2.0 to pkg-config to fix NixOS building
Scoopta
2019-09-14 14:31:04 -07:00
8a493917c2
config_get_mnemonic() is now used when getting the orientation option
Scoopta
2019-09-13 00:39:41 -07:00
117868a033
Modularized modes and separated them into their own source files
Scoopta
2019-09-13 00:25:25 -07:00
323af30d68
Replaced execlp() with execl() as a path search is not required
Scoopta
2019-09-12 14:27:39 -07:00
ab32b4b513
The entires are no longer named entry when inserted but they now have an entry class applied to them
Scoopta
2019-09-12 12:38:24 -07:00
55da236d4e
Fixed a use after free when getting the cache path
Scoopta
2019-09-12 11:06:57 -07:00
dbdb47c19a
Added the docs site to the README
Scoopta
2019-09-11 21:05:11 -07:00
13f67facfb
g_app_info_launch_uris_async() is now used for drun mode
Scoopta
2019-09-11 21:00:26 -07:00
26107c8ee5
Fixed entries not showing for apps without icons
Scoopta
2019-09-04 16:01:58 -07:00
52c3c220ba
Added a null check for the icon info
Scoopta
2019-09-04 16:01:10 -07:00
de5da5dd98
Changed that check to a NULL check seeing as it'll always be a GDesktopAppInfo
Scoopta
2019-09-04 15:45:49 -07:00