* Eric Wong (e@80x24.org) wrote: > +set_title = ENV['DISPLAY'] ? $stdout : nil Perhaps consider testing for $WAYLAND_DISPLAY too? Use case: If, like me, you're running a wayland compositor without Xwayland support then $DISPLAY won't be set. Thanks, James