How do I get the numeric keypad to work? I have implemented this:
sleep 3 && xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" &
right after 'waitforX' in the .xsession, as the FAQ seems to recommend, but it didn't work. I get arrow keys, / and a bit more, but no numlock, no numbers.
J.E.B.