Greetings
Running Ubuntu MATE 18.04 on a laptop with a HiDPI display (2880x1800 at 15.4"). The experience (barring Qt applications) is much better then I expected
Anyways I replaced the default window manager with i3, and one issue I've been having is applications that utilize the notification/tray area (such as VLC, Riot.im dekstop app, etc.) don't display in the tray area despite it being enabled in the i3 config for i3bar.
bar {
mode hide
position top
status_command i3status
tray_output primary
}
(Bar is hidden unless WIN key is held down.)
I had this working on another system with another distribution (Void Linux) some time ago, so I know this is possible.
Thanks