You are not logged in.

#1 2010-08-13 11:33:42

tetrao
Member
Registered: 2010-04-07
Posts: 34

rc.xml problem

Hi all!

How I should to modify rc.xml if I would like to maintain two desktops like a way: First desktop is for all GUI applications (gedit, firefox,chromium etc.) and second is just for terminal using (urxvt with 256 colors, full screen). 

Here is part of my rc.xml:

    <application name="gedit">
      <decor>no</decor>
      <focus>yes</focus>
      <desktop>1</desktop>
      <maximized>true</maximized>
    </application>

    <application name="urxvt">
      <decor>no</decor>
      <focus>yes</focus>
      <desktop>2</desktop>
      <maximized>true</maximized>
    </application>

This one works, but I dont have windows toolbars. If I add keyword: type="toolbar" (after application name) I have toolbar but application doesn't follow other rules. For example: I dont have maximized window, gedit doesn't open first desktop and so on..  Any hints with this? I really would take control with my desktops.

Offline

#2 2010-08-13 12:12:36

Roline
Member
From: Netherlands
Registered: 2009-12-05
Posts: 207
Website

Re: rc.xml problem

http://openbox.org/wiki/Help:Applications

<maximized>true</maximized> =  <maximized>yes</maximized>

Last edited by Roline (2010-08-13 12:14:37)


Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch

Offline

#3 2010-08-13 12:36:25

tetrao
Member
Registered: 2010-04-07
Posts: 34

Re: rc.xml problem

Roline wrote:

http://openbox.org/wiki/Help:Applications

<maximized>true</maximized> =  <maximized>yes</maximized>

I changed  <maximized>yes</maximized> but problem still exist :C

Last edited by tetrao (2010-08-13 12:58:41)

Offline

#4 2010-08-13 18:00:00

schen
Member
Registered: 2009-06-06
Posts: 468

Re: rc.xml problem

I'm not sure Openbox has this capability. I use a tiling window manager(dwm) and I can set it in my config.h.

Maybe you should try it out.

Offline

Board footer

Powered by FluxBB