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

dxhd services should load all config files found in the config directory #47

Open
dakyskye opened this issue Apr 26, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@dakyskye
Copy link
Owner

dakyskye commented Apr 26, 2021

What do you want

I want to enable dxhd systemd (as of now) service which will load all my config files from my dxhd configs directory instead of the default dxhd.sh one.

Why

Because otherwise what's the point of dxhd service?

Implementation hints

dxhd should store this shell script and call it from systemd service with ExecStart:

CFG_PATH=${XDG_CONFIG_HOME:-$HOME/.config}/dxhd
for file in $(ls "$CFG_PATH"); do
    dxhd -bc "$CFG_PATH/$file"
done
@dakyskye dakyskye added the enhancement New feature or request label Apr 26, 2021
@dakyskye dakyskye added this to the Rewrite of dxhd milestone Jun 18, 2021
@dakyskye dakyskye removed this from the Rewrite of dxhd milestone Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant