panel: desktop pager... customize order in panel

Please post all general support questions for LXDE here.
Locked
ajnabi
Posts: 1
Joined: Fri May 29, 2015 5:00 pm

panel: desktop pager... customize order in panel

Post by ajnabi »

I have upgraded a debian computer to jessie. I have a desktop pager in my upper panel, which is 121 pixels high (pretty big). the problem is, that since upgrading, the pager displays the desktops in a different order.

They were (good):

1 5
2 6
3 7
4 8

Now they are now (bad):

1 2
3 4
5 6
7 8

Furthermore "C-Tab" used to scroll through my desktops from 1-8. Now it just goes one desktop to the right.

Example: if in desktop 1 it only goes to desktop 2.

Is there a way to reorder them and get my "C-Tab" working again?

My keybindings in .config/openbox/lxde-rc.xml

Code: Select all

   <keybind key="C-Tab">
      <action name="DesktopRight">
        <dialog>no</dialog>
        <wrap>no</wrap>
      </action>
Locked