On Tue, Oct 2, 2012 at 11:27 AM, wrote: > > Thanks Matt. > > I like to use 'feh' rather than 'display' because 'feh -x -g' gives > a borderless image with no title bar and with a specified image size. > > feh -x -g 400x400 & kwrite textfile.txt (this worked) > > Is there also a way to execute both parts so that when I quit/close > the text file, the image also closes rather than having to close it > separately? > if you want the kwrite process to be the control, you will be writing a script that launches feh as a subprocess rather than a background process, and then the kwrite process. That way when you exit kwrite, the script ends and kills it's children too. --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss