Or maybe the config.
I'm trying your xmonad config, and mod-shift-a, mod-shift-s, mod-shift-d don't seem to do anything:
[ ((modMask .|. m, k), focusNthScreen i greedy >> up)
| (i, k) <- zip [0..] [xK_a, xK_s, xK_d]
, (m, greedy) <- [(0, False), (shiftMask, True)]
]
Or maybe the config.
I'm trying your xmonad config, and mod-shift-a, mod-shift-s, mod-shift-d don't seem to do anything: