-
Notifications
You must be signed in to change notification settings - Fork 40
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
Containers shift on i3 restart #14
Comments
Huh, that's strange.. I sadly believe it can be avoided. The way this script works is that it keeps switching you between horizontal and vertical splits depending on where you currently have more space available. When the windows have been opened, the script no longer interferes with where they are placed - so if your windows are shuffled when restarting i3wm that's on i3wm. The broken pipe error happens because the connection to i3wm dies. It could be fixed with some error handling code that tries to reconnect, but honestly I haven't been touching python for very long now, and I haven't used this script myself since making it.. ;-) I'll have a look into it and see if there's an easy fix, though. |
Actually, it's on me. Sorry about that. I have some
It looks like i3-py is no longer being maintained. For now, the |
If I restart i3 after config changes. Sometimes my containers switch place. Can this be avoided?
Side note since it might be relevant: I use
exec_always
instead ofexec
becausealternating_layouts.py
dies at a restart withBrokenPipeError: [Errno 32] Broken pipe
.The text was updated successfully, but these errors were encountered: