mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-12 18:45:45 -07:00
Users often mistakenly use className to query the application (resource) name of a window; probably since WM_CLASS even has "class" in its name, so confusion ensues. Improve the documentation to explicitly state which of the two strings in WM_CLASS the respective functions match.