-
Notifications
You must be signed in to change notification settings - Fork 0
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
No such file or directory #2
Comments
Thanks for taking your time and reporting this, Does other programs works? Try with |
Thanks for your reply.
Thanks |
comment out the line from bspwmrc and run from the terminal with sorry for the previous comments (my phone screwed me up. thought there was a line break ' |
just downloaded and tried alacritty. works fine. Try to run from the terminal and see if that works. Btw do you have all the requirements installed ? |
Hi sorry for the delay in my response, I found that if I run it from the command line it works. |
Eg: I think i know why restarting will won't work. If you restart you create two This can be solved by killing bspc before starting another (adding a line before your bspc. Add this before the bspc command. |
Hey, I was looking around and immediately noticed this! Since all bspwm does when "restarting" is clear all rules and execute bspwmrc again, that monitor process would still be running in the background and another one would start. Multiple restarts would clutter it with a lot of these. As for the original issue here, I have no clue hehe. Still trying to wrap my head around all this process-tree stuff. |
ya i am not happy with this myself. How would you advice this is done. (Though a another script or within the same script?). As others are also having issue with this. |
I think having the entire Still, I don't know how to deal with killing the script in case it's already running. This has always been a thing that bothers me about scripts and even some binaries, that's why I started running systemd user services for some of them (although that introduces another set of problems entirely lol) If |
Ok, I might be wrong about this but I think I found something that could be useful (although maybe slow):
Edit: It's gonna be a bit difficult to implement, as the script currently only reads for a window id. |
The script now is super easy to install and support restarting. |
Hi
First of all, thanks a lot for the great work. Unfortunately I can't make it work. What am I missing?
I have the latest version. I am on Arch/bspwm and I use Alacritty.
I added alacritty to this line in pidswallow
swallowable=" $TERMINAL alacritty urxvt kitty "
I added that at the bottom of bspwmrc
bspc subscribe node_add node_remove \ | grep -o --line-buffered '0x[0-9A-F]\+$' | xargs -n1 pidswallow &
In Alacritty I get
sxiv Pictures/wallpapers-stray.jpg !9984 No such user name: found. /home/ioio85/.local/bin/pidswallow: line 38: pls report this issue to https://github.com/liupold/pidswallow: No such file or directory
In urxvt it does not work either but I don't get any error.
Thanks for your help
The text was updated successfully, but these errors were encountered: