PDA

View Full Version : Terminal window sans window decorations.


Darkn00b
January 8th, 2008, 08:34 PM
I've been searching in vain for how to do this all morning. I need to find the right window matching combination to remove all window decorations including shadows. Everything I have tried either doesn't work ot removes all decorations from all windows. Can someone give me a hint about matching the window so I can do this?

My terminal title is always "Terminal" -- this is never overridden. I could match class to "Gnome-terminal" or "gnome-terminal".

Anyway, does anyone have any ideas, 'cause I'm out. Of course I'm probably just doing something wrong.

Deciare
January 8th, 2008, 09:32 PM
Try this rule:
!title=^Terminal$
You probably already know, but that should go into Window Decoration->Decoration windows and Shadow windows.

some-guy
January 8th, 2008, 09:39 PM
I got it :D
open CCSM > Window Decoration
in Decoration windows and Shadow windows replace 'any' with 'any & !class=Gnome-terminal'

Darkn00b
January 9th, 2008, 07:03 AM
Thanks some-guy. That did it. It also works for Window placement.

EDIT: That worked great. This combined with a completely transparent background and (Sticky, Below, Skip pager, Skip taskbar) gives me just what I want.