Duplicating xfce panel across multiple monitors
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
QwertieQwertie
271213
271213
add a comment |
add a comment |
4 Answers
4
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.
1
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 '18 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 '18 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 |
Here is what I did: In a my xubuntu 18.04 terminal, I type xfce4-about and find I am running Version 4.12. I right click on my (whisker) menu button (on the upper right corner of my primary screen). I get a menu where I click Panel->Panel Preferences..->Green Plus Sign to create a new panel (Panel 1). In that same dialog box I click the items tab and add whisker menu and clock. I Close the dialog box. I Drag the new little Panel to the second screen, then I right click on the new little panel and fix it up some more.
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
4 Answers
4
active
oldest
votes
4 Answers
4
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.
1
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 '18 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.
1
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 '18 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 NordinPaul Nordin
872410
872410
1
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 '18 at 16:31
add a comment |
1
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 '18 at 16:31
1
1
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 '18 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 '18 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 '18 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 '18 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
rosuavrosuav
4141412
4141412
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 '18 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 '18 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 '18 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 '18 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 '18 at 14:31
JCDJCD
11
11
add a comment |
add a comment |
Here is what I did: In a my xubuntu 18.04 terminal, I type xfce4-about and find I am running Version 4.12. I right click on my (whisker) menu button (on the upper right corner of my primary screen). I get a menu where I click Panel->Panel Preferences..->Green Plus Sign to create a new panel (Panel 1). In that same dialog box I click the items tab and add whisker menu and clock. I Close the dialog box. I Drag the new little Panel to the second screen, then I right click on the new little panel and fix it up some more.
add a comment |
Here is what I did: In a my xubuntu 18.04 terminal, I type xfce4-about and find I am running Version 4.12. I right click on my (whisker) menu button (on the upper right corner of my primary screen). I get a menu where I click Panel->Panel Preferences..->Green Plus Sign to create a new panel (Panel 1). In that same dialog box I click the items tab and add whisker menu and clock. I Close the dialog box. I Drag the new little Panel to the second screen, then I right click on the new little panel and fix it up some more.
add a comment |
Here is what I did: In a my xubuntu 18.04 terminal, I type xfce4-about and find I am running Version 4.12. I right click on my (whisker) menu button (on the upper right corner of my primary screen). I get a menu where I click Panel->Panel Preferences..->Green Plus Sign to create a new panel (Panel 1). In that same dialog box I click the items tab and add whisker menu and clock. I Close the dialog box. I Drag the new little Panel to the second screen, then I right click on the new little panel and fix it up some more.
Here is what I did: In a my xubuntu 18.04 terminal, I type xfce4-about and find I am running Version 4.12. I right click on my (whisker) menu button (on the upper right corner of my primary screen). I get a menu where I click Panel->Panel Preferences..->Green Plus Sign to create a new panel (Panel 1). In that same dialog box I click the items tab and add whisker menu and clock. I Close the dialog box. I Drag the new little Panel to the second screen, then I right click on the new little panel and fix it up some more.
answered Jan 23 at 19:37
ptimlickptimlick
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.
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