Devil's Pie "Sweet Music, Soul Music?" 0.22

Devil's Pie (someones favourite window manipulation tool) 0.22 is out. Just one bug fix, which shows that my users all use OpenBox.

Downloads are in the usual place.

13:55 Saturday, 24 Nov 2007 [#] [computers/devilspie] (11 comments)

Posted by milosh at Sun Nov 25 13:52:18 2007:
Is there a reason to use devilspie more thant openbox's own mechanism?
Posted by Ross at Sun Nov 25 14:04:00 2007:
Don't ask me, I don't use OpenBox or Devil's Pie. :)
Posted by Dan Schuessler at Mon Dec 3 05:27:20 2007:
Why is this software called Devil's Pie?
Posted by Ross at Mon Dec 3 07:41:41 2007:
Because I was listening to a song called Devil's Pie when I wrote it.
Posted by Gernot Stenz at Tue Dec 25 20:55:49 2007:
Regardless of whether the functionality should be provided by Gnome or not, Devil's Pie is a neat piece of software, particularly if you're a Bigloo programmer like me.

However, I cannot get the window manager to follow the newly opened windows to their desktops. If I use the (focus) form I get some error messages mentioning 0 timestamps and all functionality vanishes.

Merry Christmas
Posted by anon at Tue Mar 4 00:11:41 2008:
does devilspie work with tiling window managers?
Posted by Ross at Tue Mar 4 06:53:36 2008:
I have no idea, please tell me. :)
Posted by Islam Amer at Tue Mar 18 10:36:39 2008:
Hello all.

I just released an initial version of gdevilspie , which is a pyGTK interface to your wonderful devilspie.

It is hosted at google code :

http://code.google.com/p/gdevilspie

and has a page at gnomefiles :

http://gnomefiles.org/app.php/gDevilspie
Posted by Jeremy Nickurak at Mon May 19 22:48:08 2008:
I've never successfully gotten the opacity action to work with devilspie. For example:

( if
( and
( is ( application_name ) "Firefox" )
)
( begin
( opacity 60 )
( println "match" )
)
)

Successfully prints the 'match' line, but doesn't actually affect the transparency of the window. Composite with xcompmgr and transset is working fine, so I'm not sure where the problem is. I've been trying this under ubuntu gutsy and hardy.

Any suggestions would be appreciated.
Posted by peter at Sat Jan 31 20:22:09 2009:
best module ever!

now if there was only an option to send windows to the background (desktop wallpaper) so you can make interesting looking wallpapers, that would be grand.
Posted by George at Mon Apr 20 03:56:22 2009:
Jeremy:

It's working for me...  Could be a FireFox thing.  Here's my config for SnackAmp:

( if
( and
( contains ( window_class ) "SnackAmp" )
)
( begin
( pin )
( undecorate )
( skip_pager )
( skip_tasklist )
( opacity 75 )
( below )
( println "match" )
)
)

Name:


E-mail:


URL:


Add 3 and 8 (required):


Comment: