-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show executables also #51
Comments
Nothing a little sh can't fix
You can swap "cat" and the "(stest ... sort -u)" part to select which one (j4-d-d's output or the binaries list) comes first. Options to dmenu can be passed, too, as usual. |
What if I have some dmenu options like colors? I just pasted your code and pipeline in front of dmenu command with arguments that worked before but it won't run as it should. |
Sorry, it's ok, but when I assign it to a key in i3 config file I get error. |
It might be an escaping issue. Last time I had those I just created a shell script containing the "complicated" shell code, so in my config I just have something like
That's way easier than to figure out the n levels of quoting and escaping. I created myself a |
Awesome, thanks a lot! 👍 |
How to disable generic names? For example just "GNU Image Manipulation Program" not that and "Image Editor" for same thing. EDIT: Found solution. |
--no-generic option doesn't work. |
--no-generic is not part of a release yet. To use it you'll need to build from source (e.g. Arch Linux AUR, or manually). |
Ok, thanks. I think you should note that in readme. |
I want to have desktop files first and executables after. Is this possible?
The text was updated successfully, but these errors were encountered: