Moving desktop toolbar on Linux Mint 11
- 25 november, 2011 -
- Tools -
- Tags : linux, mint
- 0 Comments
When using Linux Mint with an additional display there was no way i could get the toolbar moved to my external sceen. Eventually there seems to be a solution and that is to issue a terminal command.
- Open a terminal
- Issue the command ‘xrandr’ this gives a list with displays that are attached to your system
- Issue the command ‘ xrandr –output <displayname> –primary’ where you replace the <displayname> with the actual name of the display that is going to be used as primary display!
Example:
- ‘xrandr –output HDMI1 –primary’
Good Luck and Happy Minting