Re: [i3] X session ends when last monitor turns off

2015-08-25 Thread Bart Samwel
Excellent, thanks! I can manage to live with it until this hits a release. :) On Mon, Aug 24, 2015 at 10:29 PM Michael Stapelberg wrote: > See https://github.com/i3/i3/pull/1638 (not yet in any released version). > > Refer to http://i3wm.org/docs/repositories.html for automatically > built packa

Re: [i3] X session ends when last monitor turns off

2015-08-24 Thread Michael Stapelberg
See https://github.com/i3/i3/pull/1638 (not yet in any released version). Refer to http://i3wm.org/docs/repositories.html for automatically built packages from git. On Mon, Aug 24, 2015 at 12:42 PM, Bart Samwel wrote: > I have a multi-monitor setup where I want to use *either* my laptop screen >

[i3] X session ends when last monitor turns off

2015-08-24 Thread Bart Samwel
I have a multi-monitor setup where I want to use *either* my laptop screen *or* my external monitor. I've set up an "autoxrandr" script like this, to enable an external monitor if it's connected, and to enable the laptop panel otherwise: #!/bin/bash for output in $(xrandr | grep '\Wconnected' | aw