-
Notifications
You must be signed in to change notification settings - Fork 46
bar above fullscreen windows #25
Comments
Applying the latest commits did not solve the problem. I'll report back if i find a solution. |
|
This bug is even more strange than i thought.
Using the original repository the bar will consistently be behind full screen windows on all monitors. |
That seems like the kind of bug that d680ea4 fixes |
This definitely fixes the issue with the multiple monitors. |
Well, i guess i am retarded... turns out my lemonbar script was faulty. The bar does consistently move behind full screen windows. d680ea4 didn't really make it more easy to find out what is going on, since the behavior on different monitors was different, and i used multiple monitors to test. Merging d680ea4 will fix the multi monitor issue though. Sorry for the confusion! |
Using the original lemonbar repository, a bar launched with
-n BAR_NAME
can be rendered below fullscreen windows usingxdo below -t $(xdo id -n root) $(xdo id -a BAR_NAME)
.Unfortunately, this doesn't seem to work with this fork.
Do you have any idea how to fix this?
The text was updated successfully, but these errors were encountered: