Please help - How to setup dual monitor workspaces with the bar on both monitors. #1059
Unanswered
ComputerCulture
asked this question in
Q&A
Replies: 1 comment
-
The bar is currently single-monitor only so what you're asking for unfortunately isn't possible right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
May I ask for some help on how to get Komorebie set up on dual monitors with the bar on both monitors. I have tried a few things with no luck at all.
I know you have to modifier the code in the komorebie.json file, and i have copied the code provided by
@LGUG2Z example
#812
I still cant get it working.
What would be a great help is to have a komorebie.json file provided. with dual monitor code added in
Then i can play round with that.
Thanks in advance.
Here is my current komorebie.json file. The standard file with the mod of dual monitors i added.
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.29/schema.json",
"app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml",
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 20,
"default_container_padding": 20,
"border": true,
"border_width": 8,
"border_offset": -1,
"theme": {
"palette": "Base16",
"name": "Ashes",
"unfocused_border": "Base03",
"bar_accent": "Base0D"
},
"stackbar": {
"height": 40,
"mode": "OnStack",
"tabs": {
"width": 300
}
},
"monitors": [
{ // monitor 1
"workspaces": [
{
"name": "personal",
"layout": "BSP",
}
]
},
{ // monitor 2
"workspaces": [
{
"name": "chat",
"layout": "Rows",
}
]
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions