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 for keybinds to toggle configuration #1418

Open
tomarovsky opened this issue Sep 3, 2024 · 0 comments · May be fixed by #1419
Open

Request for keybinds to toggle configuration #1418

tomarovsky opened this issue Sep 3, 2024 · 0 comments · May be fixed by #1419

Comments

@tomarovsky
Copy link

tomarovsky commented Sep 3, 2024

Hello everyone,

I would like to set up a key combination to turn on and off the configuration in Nekoray. As far as I understand, Nekoray does not currently support this feature.

On my Linux (i use Arch btw), I've managed to start and stop the process using a script bound to Alt+Home:

if pgrep -x "nekoray" > /dev/null
then
    killall nekoray
else
    nekoray -appdata &
fi

However, this doesn't seem to be the most optimal solution. Is there a way to turn on and off the configuration in Nekoray using a key combination or command line?

hootanht added a commit to hootanht/nekoray that referenced this issue Sep 3, 2024
@hootanht hootanht linked a pull request Sep 3, 2024 that will close this issue
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.

1 participant