
Comment #5 on issue 588 by tmartin....@gmail.com: xmonad --restart doesn't seem to work https://code.google.com/p/xmonad/issues/detail?id=588 Thanks Daniel, at least I know that's not the issue. I'm looking at main.hs and can only see a test for the --replace arg. I see no explicit test for --restart. The call to restart is present here... handle e@ClientMessageEvent { ev_message_type = mt } = do a <- getAtom "XMONAD_RESTART" if (mt == a) then restart "xmonad" True else broadcastMessage e but this is far beyond my capacity to follow. -- 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