This commit adds a small but useful usage example to XMonad/Layout/WorkspaceDir.hs, showing how to bind changeDir' with ComplCaseSensitive False for case-insensitive prompt completion. There’s no runtime behavior change here, but it makes a less-obvious configuration option easier for users to find directly in the module docs. The practical effect is smoother setup for anyone customizing workspace directory prompts.

Documented how to use changeDir' with case-insensitive completion in WorkspaceDir so prompt configuration is easier to discover. - zhengqunkoo/xmonad-contrib