mouse 529 B

12345678910111213141516
  1. # Swap comments on the two following lines to switch betwen
  2. # click does not raise and click to raise.
  3. $CLIENT_CLICK = "Focus"
  4. # $CLIENT_CLICK = "Focus; Raise"
  5. # Base mouse configuration
  6. INCLUDE = "$_PEKWM_ETC_PATH/mouse_system"
  7. # Swap comments on the two folling lines to switch between
  8. # sloppy and click to focus
  9. INCLUDE = "$_PEKWM_ETC_PATH/mouse_sloppy"
  10. # INCLUDE = "$_PEKWM_ETC_PATH/mouse_click"
  11. # Add configuration overrides here, it possible to add sections,
  12. # sub-section and values overriding/adding specific values.