[racket] DrRacket WM_CLASS on X

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Sep 26 07:36:54 EDT 2011

At Mon, 26 Sep 2011 02:45:23 -0400, Neil Van Dyke wrote:
> For DrRacket running with the X Window System, would it be possible to 
> set the windows' "WM_CLASS" to "DrRacket"?
> 
> "xprop" says that there is no "WM_CLASS":
> 
> [...]
> WM_CLASS(STRING) = "<unknown>", "<unknown>"
> WM_ICON_NAME(STRING) = "Untitled - DrRacket"
> [...]
> WM_NAME(STRING) = "Untitled - DrRacket"
> [...]
> 
> Setting "WM_CLASS" would help out fancy features in X window managers 
> like XMonad.

Which version did you try? I think WM_CLASS is set as of commit
941dacd966913ebbeca1 (August 4) in the git repo.



Posted on the users mailing list.