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

Request: Also load custom scripts from $XDG_CONFIG_DIRS/boop-gtk/scripts #158

Closed
KSXGitHub opened this issue Oct 28, 2020 · 1 comment · Fixed by #183
Closed

Request: Also load custom scripts from $XDG_CONFIG_DIRS/boop-gtk/scripts #158

KSXGitHub opened this issue Oct 28, 2020 · 1 comment · Fixed by #183

Comments

@KSXGitHub
Copy link

Problem

I want to distribute some custom boop scripts with distribution package manager (e.g. pacman). I know that Boop-GTK loads custom scripts from $XDG_CONFIG_HOME/boop-gtk/scripts but that path is inside $HOME, so I can't install custom scripts there.

Proposal

Also load custom scripts from system paths independent of user, such as /etc/xdg/boop-gtk/scripts ($XDG_CONFIG_DIRS is a list of directory paths separated by : and /etc/xdg is the default value on Arch Linux).

@zoeyfyi
Copy link
Owner

zoeyfyi commented Oct 28, 2020

Great idea! I'll look into this.

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

Successfully merging a pull request may close this issue.

2 participants