We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, when calling poll-xrandr "autorandr -c" I always get poll-xrandr is already running: aborting....
poll-xrandr "autorandr -c"
poll-xrandr is already running: aborting...
poll-xrandr does not run however:
htop
ps -aux
pidof -x poll-xrandr -o %PPID
pidof -x poll-xrandr
not sure why this happens, running 5.3.0-51-generic kernel on ubuntu.
5.3.0-51-generic
the -z switch in the "if" afaik works, running if [ -z "$(pidof -x poll-xrandr)" ]; then echo "in"; fi; in bash works fine, in fish it does not.
if [ -z "$(pidof -x poll-xrandr)" ]; then echo "in"; fi;
well, what do you recon?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
when calling
poll-xrandr "autorandr -c"
I always getpoll-xrandr is already running: aborting...
.poll-xrandr does not run however:
htop
has no info bout it runningps -aux
does not see itpidof -x poll-xrandr -o %PPID
does not return anytningpidof -x poll-xrandr
returns nothingnot sure why this happens, running
5.3.0-51-generic
kernel on ubuntu.the -z switch in the "if" afaik works, running
if [ -z "$(pidof -x poll-xrandr)" ]; then echo "in"; fi;
in bash works fine, in fish it does not.well, what do you recon?
The text was updated successfully, but these errors were encountered: