BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 90 forks source link

Wingo exits when I disable a monitor #30

Closed ghost closed 12 years ago

ghost commented 12 years ago

When I start X I enable my two monitor via xrandr --output LVDS1 --auto --primary --output VGA1 --auto --left-of LVDS1 When I want to disable VGA1 I just run xrandr --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA1 --off

I expect it to just switch over to one head however it drops me back into tty1.

Here is the log I get: https://gist.github.com/4008447

BurntSushi commented 12 years ago

Yup, I got this problem the other day too while at school. Same stack trace. Should be fixed now.