# # wmclass_defs lets you specify some startup information for # clients based on WM_CLASS. For instance, you can make them # unfocusable, or make them sticky, and so forth. # # the easiest way to find out the WM_CLASS to use for a # particular client is to use xprop(1). # load "wmclass_defs" { # # Make gkrellm stick to the glass # not ever get focus, and below most windows. # param "def" "gkrellm.Gkrellm" { param "sticky" "true"; param "nofocus" "true"; # stacking layers are: bottom, below, normal, above, top, tiptop param "stacklayer" "below"; } # # make licq's main window not use a border # param "def" "MainWindow.licq" { param "dgroup" "EMPTY"; } }