
Comment #2 on issue 538 by johnnysp...@gmail.com: X.H.DynamicBars call to xrrSelectInput has no effect https://code.google.com/p/xmonad/issues/detail?id=538 I have roughly the same versions as you (slightly newer where different): xmonad-contrib-0.11.3-1 xmonad-0.11-9 haskell-x11-1.6.1.2-1 xorg-server-1.16.2-1 xrandr program version 1.4.3 Server reports RandR version 1.4 I can still reproduce this: 1. Run xmonad with the attached xmonad.hs. Two xmobars are started, so barCreator works. 2. Kill the xmobars. 3. Toggle the external display off and on. No new xmobars are spawned, so barCreator isn't being called. In other words: ``` $ pgrep -c xmobar 2 $ killall xmobar $ pgrep -c xmobar 0 $ xrandr --output HDMI1 --off $ pgrep -c xmobar 0 $ xrandr --output HDMI1 --preferred --right-of LVDS1 $ pgrep -c xmobar 0 ``` Any suggestions for what to try next? Is there something that I overlooked in the attached minimal xmonad.hs? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings