You are not logged in.
Well, I'm not exactly sure what you mean by "vertical window between the outputs" then, as there is nothing between them.
Offline
It's apparently some panel in discord.
The question in the last post is more general - we need to figure what separates openbox from plasma itr.
Offline
Alright. I haven't noticed any difference in the presence of any applications whether open, closed, visible, or minimized.
Offline
After more playing around with options (adding "amdgpu" to early KMS, reinstalling "xf86-video-amdgpu", etc) I managed to fix the issue I've been having. I did have to add "SWCursor" true and "TearFree" true. TearFree fixed the issue I was getting with SWCursor where my cursor was flickering when over specific areas of my screens.
Here is my final "/etc/X11/xorg.conf.d/20-amdgpu.conf":
Section "OutputClass"
Identifier "AMD"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "VariableRefresh" "true"
Option "TearFree" "true"
Option "SWCursor" "True"
EndSectionOffline