Re: [dev] [dwm] dynamic environment variables

2012-05-19 Thread Ethan Grammatikidis
On Sat, 19 May 2012 17:37:53 +0100 Connor Lane Smith wrote: > On 19 May 2012 17:36, Connor Lane Smith wrote: > > It wouldn't be a perfect solution, but you could just alter your dwm > > cmd functions to call a script which set the environment correctly and > > then execs the given command. > >

Re: [dev] [dwm] dynamic environment variables

2012-05-19 Thread Christoph Lohmann
Greetings. On Sat, 19 May 2012 18:44:16 +0200 Swiatoslaw Gal wrote: > I am wondering if it is possible to implement some (synamic) management of > environment variables, so, for example I could change HTTP_PROXY when I hook > my > laptop in a new place, and all the processes started from now on

Re: [dev] [dwm] dynamic environment variables

2012-05-19 Thread Connor Lane Smith
On 19 May 2012 17:36, Connor Lane Smith wrote: > It wouldn't be a perfect solution, but you could just alter your dwm > cmd functions to call a script which set the environment correctly and > then execs the given command. Or, of course, if there are only a small number of applications for which

Re: [dev] [dwm] dynamic environment variables

2012-05-19 Thread Connor Lane Smith
Hey, On 19 May 2012 17:26, Swiatoslaw Gal wrote: > I am wondering if it is possible to implement some (synamic) management of > environment variables, so, for example I could change HTTP_PROXY when I hook > my > laptop in a new place, and all the processes started from now on would respect > it.

[dev] [dwm] dynamic environment variables

2012-05-19 Thread Swiatoslaw Gal
I am wondering if it is possible to implement some (synamic) management of environment variables, so, for example I could change HTTP_PROXY when I hook my laptop in a new place, and all the processes started from now on would respect it. I see some problems, it would work if I start my browser via