Plank on multi monitors

Asked by Andrey Alfaro Alvarado

I love plank.

But i have a little problem, when i use 2 monitors i only can use plank on 1 monitor, i want to have the same dock on all the monitors without use the mirror function.

I'd like to know if is posible configure plank to display the dock on all the monitors.

Question information

Language:
English Edit question
Status:
Solved
For:
Plank Edit question
Assignee:
No assignee Edit question
Solved by:
Andrey Alfaro Alvarado
Solved:
Last query:
Last reply:
Revision history for this message
Robert Dyer (psybers) said :
#1

No. Plank will currently only display on one monitor at a time.

Revision history for this message
Andrey Alfaro Alvarado (kesymaru) said :
#2

Hi i want to add one solution to this problem.

I just made other dock (a second dock) for the second monitor, the dock2 has the same items that the dock1, then when i use multimonitors i only have to type on the terminal:

plank -n dock2 &

Thats it, with this solution i get plank on the 2 monitors and the docks are the same on each monitor.

Revision history for this message
Marc MAURICE (dooblem) said :
#3

This is what I used :

mkdir ~/.config/plank/dock2
cd ~/.config/plank/dock2
cp -a ../dock1/settings .
ln -s ../dock1/launchers

Change Monitor setting (Monitor=1).

Add in startup programs :
sh -c "plank & plank -n dock2"