All windows

(undecorate)

Firefox

(if 
  (matches (window_name) ".*Mozilla Firefox.*" )
  (begin 
    (debug)
    (maximize)
    (set_workspace 2)
  )
)

XMMS

(if 
  (is (window_class) "xmms")
  (begin 
    (debug)
    (undecorate)
    (skip_tasklist)
    (above)
    (pin)
  )
)

XMMS Playlist

(if 
  (and 
    (is (window_class) "Xmms" )
    (is (window_name) "Jump to file" ))
  (begin
    (debug)
    (geometry "520x860+1225+30")
  )
)