You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
hootanht
added a commit
to hootanht/nekoray
that referenced
this issue
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:
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?
The text was updated successfully, but these errors were encountered: