Topic: How to organize the desktops in square instead of in line ?

I would like to know if it is possible to have my four desktops in square like I had on ubuntu before or not.
I feel it more comfortable than in line to switch fast with Ctrl+Alt+(left/right/up/down)

Thanks in advance smile

Re: How to organize the desktops in square instead of in line ?

Not sure I totally understand the question but have a look in rc.xml keybindings section and at http://icculus.org/openbox/index.php/He … ns#Desktop and http://icculus.org/openbox/index.php/Help:Bindings to get a better idea of what you are looking at.

I wonder if you couldn't set the arrows in place of the meta key pager in rc.xml so something like

    <keybind key="C-A-Up">
      <action name="Desktop">
        <desktop>1</desktop>
      </action>
    </keybind>
    <keybind key="C-A-Down">
      <action name="Desktop">
        <desktop>2</desktop>
      </action>
    </keybind>
    <keybind key="C-A-Left">
      <action name="Desktop">
        <desktop>3</desktop>
      </action>
    </keybind>
    <keybind key="C-A-Right">
      <action name="Desktop">
        <desktop>4</desktop>
      </action>
     </keybind>

Last edited by fhsm (2009-04-26 21:23:40)

FHSM: avoid vowels and exotic consonants and you'll get your handle every time.  identi.ca

Re: How to organize the desktops in square instead of in line ?

Thanks.

No it is not to change the keybiding.

I have not my computer with me but to illustrate, currently my desks are "in line" like this:

http://bergcube.net/public/Ubuntu/VirtualBox.png

And I would like them to be organized "in square" like this:

http://linux.ift.ulaval.ca/guide/intro.linux.w2k.2003_files/image004.jpg

Re: How to organize the desktops in square instead of in line ?

Oh, I see.  I've got the desktop pager GUI disabled.  I tend to think about desktop layout more in keyboard space than gui space.

Are you still using LX-Panel?  If so the LXDE wiki makes it look like the configuration options on the panel applet are limited to non-existent.

Plugin {
    type = pager
}

I'm afraid I can't offer any help on the GUI front.  Maybe someone else knows how to configure the pager gui, or you could try asking in the LXDE forums.

FHSM: avoid vowels and exotic consonants and you'll get your handle every time.  identi.ca

Re: How to organize the desktops in square instead of in line ?

I suppose I am on LX-Panel (in fact I touch nothing from the original config for the moment, only one or two applications and the conky big_smile ). In the GUI config there is a section desktop, but I can only manage the number of desktop and their names.

Anyway, thank for your answear, I will see if I find something on the link you give to me.

Re: How to organize the desktops in square instead of in line ?

Sorry to not be more helpful.  I think the GUI you are talking about is the Openbox configuration gui which is going to control what desktops you've got available.  The little pictures of the desktops are provided by the panel (specifically the desktop pager applet), which I think is still LX Panel out of the box.

Good luck.  If you end up finding an answer please do post it back.  I'd be interested in hearing how you do it.

FHSM: avoid vowels and exotic consonants and you'll get your handle every time.  identi.ca

Re: How to organize the desktops in square instead of in line ?

Well one possibility would be using separate pager app http://urukrama.wordpress.com/openbox-guide/#Pagers. I have personally tried netwmpager and it's good one and you can have the desks in order you wanted to. It has one irritating thing (if you click window in desk, instead of taking you in the desk where window is, it brings window in the desk where you are... if that made any sense tongue ), which can be solved though (http://bbs.archlinux.org/viewtopic.php?pid=464847).

HANNA (without "h" in the end) likes green and #! smile
Also know as ultraturquoise online / #! last.fm / #! DeviantART / U / Q

Re: How to organize the desktops in square instead of in line ?

Thank you for the first link, I will maybe understand something about how work the things, because for the moment I'm a little bit lost between openbox, lxpanel, GUI-something, GTK etc etc... I never know what is supposed to do what big_smile

And after I will have a look to a pager tongue

Re: How to organize the desktops in square instead of in line ?

Hehe smile

I hope you find the way out tongue

HANNA (without "h" in the end) likes green and #! smile
Also know as ultraturquoise online / #! last.fm / #! DeviantART / U / Q

Re: How to organize the desktops in square instead of in line ?

If not I will just continue to use it like today and stop trying to have the most beautiful desktop of the world big_smile