Page 1 of 1

panel: desktop pager... customize order in panel

Posted: Tue Jun 23, 2015 4:52 pm
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>