Chen Baozi wrote:
> I've found it would lead to both scrolling the screen and changing the
> desktop when I scroll the mouse on the lxlauncher with openbox windows
> manager. Is there any way to unbind the mouse scroll wheel with the
> desktop changing action? Or to reduce the desktop number to only one?

If you can use the application obconf you will have an easy way to get
only one desktop by reducing them there.

The other option would be to edit the config file lxde-rc.xml in
~/.config/openbox

Look for the following statements;

For number of desktops:
  <desktops>
    <!-- this stuff is only used at startup, pagers allow you to change them
       during a session

       these are default values to use when other ones are not already set
       by other applications, or saved in your session

       use obconf if you want to change these without having to log out
       and back in -->
    <number>4</number>
    <firstdesk>1</firstdesk>
    <names>
      <name>Mail</name>
      <name>Dev</name>
      <name>Web</name>
      <name>Other</name>
    </names>
    <!-- The number of milliseconds to show the popup for when switching
       desktops.  Set this to 0 to disable the popup. -->
  </desktops>

For next desktop (and now I am guessing=))
      <mousebind button="A-Up" action="Click">
        <action name="DesktopPrevious"/>
      </mousebind>

For previous desktop
      <mousebind button="A-Down" action="Click">
        <action name="DesktopNext"/>
      </mousebind>


-- 
brother

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to