Skip to content
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 custom entries in j4-dmenu-desktop #192

Open
allanabiud opened this issue Jan 1, 2025 · 1 comment
Open

Show custom entries in j4-dmenu-desktop #192

allanabiud opened this issue Jan 1, 2025 · 1 comment

Comments

@allanabiud
Copy link

I want to use j4-dmenu-desktop to list my own custom .desktop files in a particular directory that I created to execute specific commands. Can I achieve this?

@meator
Copy link
Collaborator

meator commented Jan 2, 2025

j4-dmenu-desktop follows the XDG base directory specification (see the ENVIRONMENT section of the manpage).

You can run

export XDG_DATA_DIRS="/my/directory/:$XDG_DATA_DIRS"

somewhere during startup (.zshrc, .bashrc, .profile or somewhere else).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants