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
May be related to #30
When I restart i3, meta-shift-r the plugin crashes and my cpu spikes and never goes down. This is because logs start to get fire hosed with:
meta-shift-r
cannot connect to i3 window manager socket path atom library is null
The text was updated successfully, but these errors were encountered:
A very simple work around is to add this to your i3 config:
exec_always --no-startup-id killall /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0
It seems to be the only plugin using the 1.0 wrapper so it works out.
Sorry, something went wrong.
No branches or pull requests
May be related to #30
When I restart i3,
meta-shift-r
the plugin crashes and my cpu spikes and never goes down. This is because logs start to get fire hosed with:The text was updated successfully, but these errors were encountered: