/etc/pekwm/mouse is in pekwm 0.1.17-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Swap comments on the two following lines to switch betwen
# click does not raise and click to raise.
$CLIENT_CLICK = "Focus"
# $CLIENT_CLICK = "Focus; Raise"
# Base mouse configuration
INCLUDE = "$_PEKWM_ETC_PATH/mouse_system"
# Swap comments on the two folling lines to switch between
# sloppy and click to focus
INCLUDE = "$_PEKWM_ETC_PATH/mouse_sloppy"
# INCLUDE = "$_PEKWM_ETC_PATH/mouse_click"
# Add configuration overrides here, it possible to add sections,
# sub-section and values overriding/adding specific values.
|