Hi, Another multi-monitor question: is it possible to have the system tray (where icons like nm-applet show up) appear on every monitor?
I tried this and it now flickers unreliably between each monitor based on which client is focused: in rc.lua, around line 202: right_layout:add(wibox.widget.systray()) as opposed to if s == 1 then right_layout:add(wibox.widget.systray()) end Thanks, Abe
