bemenu/client
Maximilian Bosch 702a04c374 Ignore hidden files in bemenu
On most systems it's fairly uncommon to have hidden files within
`$PATH`, but in case of NixOS this is fairly regularly the case as we
have the convention to add `foo` and `.foo-wrapped` to a `bin`-directory
if `foo` is supposed to be a wrapper which sets e.g. env-vars for the
program.

These `.foo-wrapped`-executables are almost never needed, but are shown
in `bemenu` right at the start, so I modified the selection code to skip
hidden files which is also what `dmenu` does for instance.
2021-06-11 01:29:17 +09:00
..
common wayland: Allow showing the menu on the focused monitor 2021-05-22 04:12:59 +09:00
bemenu-run.c Ignore hidden files in bemenu 2021-06-11 01:29:17 +09:00
bemenu.c client: improve stripping of getline(3) newline 2021-04-04 19:03:52 +09:00