Conditionally setting DISPLAY variables in bash

A tiny snippet of useful bash shell code today, to help with setting your DISPLAY variable if integrating Cygwin/X into your Windows environment, add it to a .bashrc for effect. Launching X apps from the ‘Cygwin Terminal’ is smoothed as a result. #RT Check for XWin and set DISPLAY if present. ps -a | grep … Continue reading Conditionally setting DISPLAY variables in bash