X11

Tastaturlayout ändern

setxkbmap de

Maus Buttons konfigurieren

Tastaturshortcuts

Oder direkt in openbox rc.xml

<mouse>
  <context name="Client">
    <mousebind button="Button8" action="Press">
      <action name="Execute">
        <command>xte 'keydown Control_L' 'key V' 'keyup Control_L'</command>
      </action>
    </mousebind>
    <mousebind button="Button9" action="Press">
      <action name="Execute">
        <command>xte 'keydown Control_L' 'key C' 'keyup Control_L'</command>
      </action>
    </mousebind>
  </context>
</mouse>

Touchpad Scrollrichtung umkehren