View Single Post
  #58  
Old 01-31-2009, 10:28 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

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" )
)
)
Reply With Quote