AVL-MXE - change essential window settings

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

Post Reply
Indanautilus
Established Member
Posts: 7
Joined: Sun Nov 14, 2021 11:46 am
Has thanked: 3 times

AVL-MXE - change essential window settings

Post by Indanautilus »

Hello,

I have a problem with AV Linux I did not figured out by myself.

Alt+Mousewheel is set to "Switch Workspaces" on default.
Mousewheel+Shift/Ctrl/Alt are essential for the navigation/zoom in the arrangement view of nearly ANY DAW.
:roll:

The XFWM4 "window manager tweaks" are not implemented because they have been replaced with the openbox settings. In AVL-MXE 21 there is a GUI for these settings. When you set the workspaces to 1 Alt+Mousewheel will not cycle through them but the key command is still blocked for (example) REAPER.

Can anyone help me?
User avatar
GMaq
Established Member
Posts: 2807
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 525 times
Been thanked: 563 times

Re: AVL-MXE - change essential window settings

Post by GMaq »

Hi,

I missed this post, if it's not too late..

Try using the Openbox configuration manager and setting the number of Desktops to 1 instead of 4 and let me know if that works..
User avatar
bluzee
Established Member
Posts: 339
Joined: Mon Nov 30, 2020 11:43 pm
Has thanked: 18 times
Been thanked: 88 times

Re: AVL-MXE - change essential window settings

Post by bluzee »

Look at ~/.config/openbox/rc.xml

Make a copy of this file for a backup in case you mess up then open it in a text editor and search for GoToDesktop. You'll find a bunch of mousebind entries where it is bound to up/down (scroll wheel), alt+up/down, Ctrl + Alt + up/downl etc. etc. Delete the mousebind tags that are causing you trouble, save the file and log out and back in.

Hopefully that helps. I had to delete the up/down ones as my touchpad edge scroll was constantly accidentally flipping the workspace.
Indanautilus
Established Member
Posts: 7
Joined: Sun Nov 14, 2021 11:46 am
Has thanked: 3 times

Re: AVL-MXE - change essential window settings

Post by Indanautilus »

It worked! :D 8)
THANK YOU VERY MUCH!

I deleted the following lines:

Code: Select all

 <mousebind button="A-Up" action="Click">
        <action name="GoToDesktop">
          <to>previous</to>
        </action>
      </mousebind>
      <mousebind button="A-Down" action="Click">
        <action name="GoToDesktop">
          <to>next</to>
        </action>
      </mousebind>
Greetings
User avatar
GMaq
Established Member
Posts: 2807
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 525 times
Been thanked: 563 times

Re: AVL-MXE - change essential window settings

Post by GMaq »

Thanks @bluzee and @Indanautilus

Will add this to the AVL-MXE User Manual!
Indanautilus
Established Member
Posts: 7
Joined: Sun Nov 14, 2021 11:46 am
Has thanked: 3 times

Re: AVL-MXE - change essential window settings

Post by Indanautilus »

To solve this issue completely I needed to change the "Alt+Mouse" settings globally.
First I searched the openbox rc.xml for an equivalent parameter of this...

"Key used to grab and move windows"
Image

...and found these lines:

Code: Select all

<mouse>
<context name="Frame">
<mousebind button="A-Left" action="Drag">
        <action name="Move"/>
      </mousebind>
<mousebind button="A-Right" action="Drag">
        <action name="Resize"/>
      </mousebind>
The changes I made in this section had no effect. So I replaced openbox with xfwm4. It also unlocked the access to the other key commands that were not tweakable within openbox or the MX preferences. Anyway besides such minor tweaks AV Linux works pretty much out-of-the-box. 8)
Post Reply