Duplicating xfce panel across multiple monitors
Clash Royale CLAN TAG#URR8PPP
I have multiple monitors on my desktop using XFCE for a DE and I'd like to have the panel on the bottom to be duplicated across all of my screens and show the same open applications on both. Currently the panel is only displayed on my right screen.
How would I go about setting this up with XFCE?
configuration xfce panel
add a comment |
I have multiple monitors on my desktop using XFCE for a DE and I'd like to have the panel on the bottom to be duplicated across all of my screens and show the same open applications on both. Currently the panel is only displayed on my right screen.
How would I go about setting this up with XFCE?
configuration xfce panel
add a comment |
I have multiple monitors on my desktop using XFCE for a DE and I'd like to have the panel on the bottom to be duplicated across all of my screens and show the same open applications on both. Currently the panel is only displayed on my right screen.
How would I go about setting this up with XFCE?
configuration xfce panel
I have multiple monitors on my desktop using XFCE for a DE and I'd like to have the panel on the bottom to be duplicated across all of my screens and show the same open applications on both. Currently the panel is only displayed on my right screen.
How would I go about setting this up with XFCE?
configuration xfce panel
configuration xfce panel
asked Jul 13 '16 at 13:48
Qwertie
271213
271213
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Open xfce4-panel. You can right click on a panel > Panel > Panel Preferences. Select the target panel under the drop down near the top. Under the Display tab, check the box next to Span Monitors.
Note: I am on XFCE 4.12 and I am not sure if the span monitors option is available on earlier versions.
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
add a comment |
As an alternative to putting one panel across two monitors, you could have a separate panel on each monitor. You can put the same widgets into each panel, and they'll look the same.
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
1
Panel configuration is all stored in text files in.config/xfce4
. You can edit those files if necessary.
– rosuav
Mar 25 '17 at 21:41
1
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
add a comment |
The only way I know to copy and paste your panel is to do so in the config file:
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
I would suggest creating an empty second panel for your monitor, so you can see how it displays in the config file.
You can paste the settings for your first panel to replace the settings for your second panel. You just need to change the panel number and position numbers to make the same settings apply to your second panel.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f295668%2fduplicating-xfce-panel-across-multiple-monitors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open xfce4-panel. You can right click on a panel > Panel > Panel Preferences. Select the target panel under the drop down near the top. Under the Display tab, check the box next to Span Monitors.
Note: I am on XFCE 4.12 and I am not sure if the span monitors option is available on earlier versions.
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
add a comment |
Open xfce4-panel. You can right click on a panel > Panel > Panel Preferences. Select the target panel under the drop down near the top. Under the Display tab, check the box next to Span Monitors.
Note: I am on XFCE 4.12 and I am not sure if the span monitors option is available on earlier versions.
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
add a comment |
Open xfce4-panel. You can right click on a panel > Panel > Panel Preferences. Select the target panel under the drop down near the top. Under the Display tab, check the box next to Span Monitors.
Note: I am on XFCE 4.12 and I am not sure if the span monitors option is available on earlier versions.
Open xfce4-panel. You can right click on a panel > Panel > Panel Preferences. Select the target panel under the drop down near the top. Under the Display tab, check the box next to Span Monitors.
Note: I am on XFCE 4.12 and I am not sure if the span monitors option is available on earlier versions.
answered Jul 13 '16 at 20:50
Paul Nordin
86249
86249
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
add a comment |
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
This works ok, but I'd much rather have 2 panels showing the same applications open so I would have a clock and menu on each
– Qwertie
Jul 14 '16 at 9:09
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
You can do this by adding another Window Menu and another Clock item to the panel and positioning them to the panel on the other monitor.
– Paul Nordin
Jul 26 '16 at 0:46
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
This is not what the original poser asked for and for me is worse than just having it on one monitor.
– Logikos
Sep 25 at 16:31
add a comment |
As an alternative to putting one panel across two monitors, you could have a separate panel on each monitor. You can put the same widgets into each panel, and they'll look the same.
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
1
Panel configuration is all stored in text files in.config/xfce4
. You can edit those files if necessary.
– rosuav
Mar 25 '17 at 21:41
1
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
add a comment |
As an alternative to putting one panel across two monitors, you could have a separate panel on each monitor. You can put the same widgets into each panel, and they'll look the same.
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
1
Panel configuration is all stored in text files in.config/xfce4
. You can edit those files if necessary.
– rosuav
Mar 25 '17 at 21:41
1
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
add a comment |
As an alternative to putting one panel across two monitors, you could have a separate panel on each monitor. You can put the same widgets into each panel, and they'll look the same.
As an alternative to putting one panel across two monitors, you could have a separate panel on each monitor. You can put the same widgets into each panel, and they'll look the same.
answered Mar 24 '17 at 0:33
rosuav
4091411
4091411
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
1
Panel configuration is all stored in text files in.config/xfce4
. You can edit those files if necessary.
– rosuav
Mar 25 '17 at 21:41
1
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
add a comment |
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
1
Panel configuration is all stored in text files in.config/xfce4
. You can edit those files if necessary.
– rosuav
Mar 25 '17 at 21:41
1
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
That sounds a bit painful to configure. How can I just copy-paste a panel over so I don't have to go through the process of recreating the whole setup for a panel?
– Gabriel Staples
Mar 25 '17 at 18:11
1
1
Panel configuration is all stored in text files in
.config/xfce4
. You can edit those files if necessary.– rosuav
Mar 25 '17 at 21:41
Panel configuration is all stored in text files in
.config/xfce4
. You can edit those files if necessary.– rosuav
Mar 25 '17 at 21:41
1
1
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
This is the solution I used however the 'notification area' can not be put on more than one panel. When my laptop is docked I have it on the panel for my middle monitor which is fine, but when I undock I have little control over which panel displays on my laptop screen, and it is never the one with the notification area, so I have to hide the other 2 panels so that the one I need displays. Then when I re-dock I have to unhide them. it kinda sucks...
– Logikos
Sep 25 at 16:29
add a comment |
The only way I know to copy and paste your panel is to do so in the config file:
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
I would suggest creating an empty second panel for your monitor, so you can see how it displays in the config file.
You can paste the settings for your first panel to replace the settings for your second panel. You just need to change the panel number and position numbers to make the same settings apply to your second panel.
add a comment |
The only way I know to copy and paste your panel is to do so in the config file:
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
I would suggest creating an empty second panel for your monitor, so you can see how it displays in the config file.
You can paste the settings for your first panel to replace the settings for your second panel. You just need to change the panel number and position numbers to make the same settings apply to your second panel.
add a comment |
The only way I know to copy and paste your panel is to do so in the config file:
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
I would suggest creating an empty second panel for your monitor, so you can see how it displays in the config file.
You can paste the settings for your first panel to replace the settings for your second panel. You just need to change the panel number and position numbers to make the same settings apply to your second panel.
The only way I know to copy and paste your panel is to do so in the config file:
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
I would suggest creating an empty second panel for your monitor, so you can see how it displays in the config file.
You can paste the settings for your first panel to replace the settings for your second panel. You just need to change the panel number and position numbers to make the same settings apply to your second panel.
answered Dec 12 at 14:31
JCD
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f295668%2fduplicating-xfce-panel-across-multiple-monitors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown