-
Notifications
You must be signed in to change notification settings - Fork 14
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
Autoplank not doing anything #10
Comments
Hi, I had a similar issue on Pop!_OS 19.10 running Plank 0.11.89. Plank was not moving, it just printed in the terminal "attempting to move plank to ..." so i did a minor modification to the code. This is a quick fix to get you going, I am not a GO developer, just debugged a little and noticed that when i change offset, plank moves to the other monitor. Above function movePlankTo add this:
And inside the function movePlankTo replace
With
After this, rebuild and run/restart autoplank |
Thanks a lot!! I haven't tested it yet, but will try so as soon as possible. This would really make my life easier. Greatly appreciated. |
This seems to work, can this be merged with master? |
Hi guys, I using elementary os 5.1 and trying to use autoplank, but it does nothing and starting from cli gives me: goroutine 5 [running]: I've tried to implement the changes you mentioned, but nothing changes. |
Hi,
I'm on manjaro with XFCE and I'm trying to move my plank from my left monitor (DP-0) to my right (HDMI-0) and back. But for some reason my plank dock doesn't move at all. It won't go to the other monitor.
I've tried starting autoplank from the terminal but it displays no information it just sits idle, even if I try to change my mouse to the other monitor and go to the bottom of it.
Do you perhaps know how I can debug this?
Yours grateful,
Simbaclaws
The text was updated successfully, but these errors were encountered: