You are not logged in.

#1 2008-10-05 16:11:02

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

A quick question

Ok! How can I dedicate a whole openbox desktop for just a full screen, undecorated terminal? It would have to ignore conky and tint.


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#2 2008-10-05 16:32:04

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: A quick question

check out this link


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#3 2008-10-05 16:36:52

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: A quick question

Ok, How about I restate this. How can I open gnome terminal in my second desktop on startup, where it will be fullscreen and undecorated? Also the second desktop shouldn't have conky or tint. Also without compiz. I already have the termianl transparent.

Last edited by haxit (2008-10-05 16:37:22)


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#4 2008-10-05 16:43:32

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: A quick question

haxit wrote:

Ok, How about I restate this. How can I open gnome terminal in my second desktop on startup, where it will be fullscreen and undecorated? Also the second desktop shouldn't have conky or tint. Also without compiz. I already have the termianl transparent.

I don't know why you want to use gnome-terminal, but you could use devilspie to make it undecorated, fullscreen, etc. Just put it in your autostart.sh.

As for conky and tint, I have no idea though.

Offline

#5 2008-10-05 17:01:31

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: A quick question

um...my link describes how to turn off window decoration....


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#6 2008-10-05 17:06:50

SkonesMickLoud
Arch Linux f@h Team Member
From: The D of C
Registered: 2008-09-20
Posts: 178

Re: A quick question

As dmz said, you could use devilspie and pin it to a particular desktop and list it in your autostart.

Offline

#7 2008-10-05 17:11:37

AsA
Member
From: Milan - Italy
Registered: 2008-10-05
Posts: 40

Re: A quick question

With Openbox you can set the default behaviour of a program through the config file, without using devilspie.

see here the documentation:
http://icculus.org/openbox/index.php/Help:Applications

giva an eye to this example:

  <!-- my xterm with screen in it must always be on desktop 2,
       maximized and below everything else -->
  <application name="screen">
    <desktop>2</desktop>
    <maximized>yes</maximized>
    <layer>below</layer>
  </application>

maybe changing "below" with the appropriate keyword (over?) you could get what you want. smile

Last edited by AsA (2008-10-05 17:12:46)


WINDOS - Windos Is Not a Decent Operating System

Help me improve my english!
If you notice bad grammar in my posts, please correct me! Thanks!

Offline

#8 2008-10-05 17:57:57

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: A quick question

Thanks guys, but I do what you did AsA, but it won't open in desktop 2. I have the class and everything but still doesn't work :S

  <application class="gnome-terminal">
    <desktop>2</desktop>
    <decor>no</decor>
    <fullscreen>yes</fullscreen>
  </application>

Last edited by haxit (2008-10-05 18:05:51)


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#9 2008-10-05 18:32:00

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: A quick question

haxit wrote:

Thanks guys, but I do what you did AsA, but it won't open in desktop 2. I have the class and everything but still doesn't work :S

  <application class="gnome-terminal">
    <desktop>2</desktop>
    <decor>no</decor>
    <fullscreen>yes</fullscreen>
  </application>
  <application name="gnome-terminal">

Offline

#10 2008-10-05 23:51:20

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: A quick question

dmz wrote:
haxit wrote:

Thanks guys, but I do what you did AsA, but it won't open in desktop 2. I have the class and everything but still doesn't work :S

  <application class="gnome-terminal">
    <desktop>2</desktop>
    <decor>no</decor>
    <fullscreen>yes</fullscreen>
  </application>
  <application name="gnome-terminal">

I also tried that, still doesn't work.


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#11 2008-10-06 12:58:36

AsA
Member
From: Milan - Italy
Registered: 2008-10-05
Posts: 40

Re: A quick question

It should work, I tried it just a second ago...

i added

<application name="xterm">
    <desktop>2</desktop>
    <maximized>yes</maximized>
    <layer>below</layer>
  </application>

to the application section of .config/openbox/rc.xml and after restarting openbox it worked perfectly.

Maybe you should recheck the result of xprop WM_CLASS for gnome-terminal, unfortunately I can't do it myself because I'm allergic to gnome dependancies. smile.


WINDOS - Windos Is Not a Decent Operating System

Help me improve my english!
If you notice bad grammar in my posts, please correct me! Thanks!

Offline

Board footer

Powered by FluxBB