You are not logged in.

#1 2011-08-14 14:47:43

themike561
Member
From: Tallahassee, FL
Registered: 2011-08-10
Posts: 12

remove title bars on applications

maybe I'm just new to this, but I can't seem to find anything on how to remove the title bar from applications.  I'm using Openbox right now but I want to get (at least) my terminal windows to look like this:

http://th07.deviantart.net/fs71/PRE/f/2 … 45zb5x.png

can anyone give an arch newbie some insight?


Keepin' it simple.

Offline

#2 2011-08-14 14:54:48

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: remove title bars on applications

You could try something like this (of course using a key of your choice for the command):

    <keybind key="W-0">
      <action name="ToggleDecorations"/>
    </keybind>

For more information have a look at the openbox configuration help.

And learn to search the forums. There is a whole thread dedicated to openbox configuration: https://bbs.archlinux.org/viewtopic.php?id=93126


To know or not to know ...
... the questions remain forever.

Offline

#3 2011-08-14 14:55:25

Wittfella
Member
From: Australia
Registered: 2008-05-27
Posts: 462

Re: remove title bars on applications

Offline

#4 2011-08-14 15:08:31

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: remove title bars on applications

<applications>
    <!-- Match all windows and remove their decorations -->
    <application class="*"> <decor>no</decor> </application>
    <!-- Give back decorations to some app windows -->
    <application name="galculator"> <decor>yes</decor> </application>
    <application name="gcolor2"> <decor>yes</decor> </application>
</applications>

Last edited by thisoldman (2011-08-14 15:09:30)

Offline

#5 2011-08-14 18:55:13

themike561
Member
From: Tallahassee, FL
Registered: 2011-08-10
Posts: 12

Re: remove title bars on applications

Thanks for the prompt response, and sorry I thought I had searched already.  I'll be sure to look deeper next time!

But thanks for the responses, they helped a lot smile


Keepin' it simple.

Offline

Board footer

Powered by FluxBB