On Mon, Jan 17, 2011 at 3:26 PM, Martin Bähr <
mba...@email.archlab.tuwien.ac.at> wrote:

> On Mon, Jan 17, 2011 at 03:06:38PM +0100, SanskritFritz wrote:
> > How can I achieve the same effect in fish?
> > In bash, I can type this over an ssh connection:
> > DISPLAY=:0 scrot
>
> you can either set DISPLAY :0; or use env:
> env DISPLAY=:0 scrot ...
>

Ah yes, thanks, the usual trap for new fish users... and I thought I'm an
experienced user, hehe. The problem was rather, I didnt know exactly what
the bash syntax meant, now I see, DISPLAY is an environment variable.
Thanks again, works flawless (of course).
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to