This devilspie file only removes the window decorations from EQ. Still need to run devilspie after you get into character select.
Name the file EverQuest.ds and put it in your .devilspie directory.
Code:
( if
( and
( contains ( window_name ) "EverQuest" )
)
( begin
( undecorate )
( println "match" )
)
)