[clue] ow, my foot

Michael J. Hammel mjhammel at graphics-muse.org
Fri May 17 13:58:20 MDT 2013


On Fri, 2013-05-17 at 12:10 -0600, David L. Willson wrote:
> There's a task I have running in a window that I need to keep track
> of, so I marked the window as "always on top", so I'd stop losing it
> behind other windows. Now, how do I disable the minimize button?

Tiling window managers are okay for this, but they are a jack hammer
when you need a chisel.  Try devilspie instead.  I've used it to wrap
xbmc on my media center with this config:

(if
   (is (application_name) "xbmc.bin")
   (begin
      (undecorate)
      (maximize)
   )
)

http://burtonini.com/blog/computers/devilspie
https://live.gnome.org/DevilsPie

-- 
Michael J. Hammel <mjhammel at graphics-muse.org>



More information about the clue mailing list