xmonad/xmonad

`sendMessage` doesn't appear to work in git

geekosaur opened this issue · 1 comments

Problem Description

Anything that uses sendMessage, including mod-space to switch layouts, does nothing.

Steps to Reproduce

Try to switch layouts with mod-space. This also happens (well, fails to happen) with manual sendMessage-based definitions, such as are used with windowNavigation, mkToggle (MultiToggle), etc.

Configuration File

Please include the smallest full configuration file that reproduces
the problem you are experiencing:

module Main (main) where

import XMonad

main :: IO ()
main = xmonad def

Checklist

  • I've read CONTRIBUTING.md

  • I tested my configuration

    • With xmonad version 0.17.1.9 (commit 093f290 if using git)
    • With xmonad-contrib version 0.17.1.9 (commit 04c0ddd3 if using git)

Either false alarm or something really weird is going on: after I removed all the testing code for MultiToggle from my config mod-space started working again. Closing this until I figure out what's up.