Replies: 3 comments
-
|
I'd like to move this piece of information in the documentation (where I moved everything else). Is that okay for you? Thank you by the way! |
Beta Was this translation helpful? Give feedback.
-
|
I moved this here: https://www.jeantinland.com/en/toolbox/simple-bar/documentation/resolving-external-screen-overlapping-issue/. I'm closing this, feel free to update this guide and notify me if necessary, thank you again :) |
Beta Was this translation helpful? Give feedback.
-
|
Not sure right place to ask. But does this requires SIP to be disabled? I have follow the docs but the app on External Screen got Overlapped. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
Many users have encountered an overlapping issue when using an external screen with the simple-bar. This tutorial aims to guide you through the steps to resolve this issue by modifying the
.yabaircconfiguration file.Step-by-Step Guide
Open the
.yabaircConfiguration FileNavigate to your
.yabaircfile, which is usually located in your home directory.Add the Configuration Line
Add the following line to your
.yabaircfile to create a void space at the top of all spaces, which can accommodate a bar (or other elements, but in this case, it's for the bar):Note: The value
28in28:0represents the number of pixels dedicated to the space. You can modify this value according to your preference.After adding the line, save your
.yabaircfile to apply the changes.Restart the configuration to apply the new settings and check if the issue has been resolved. You can do this by using the following command in your terminal:
Yabai Documentation Excerpt
Here is an excerpt from the yabai documentation that further explains the
external_barconfiguration:Beta Was this translation helpful? Give feedback.
All reactions