File: mouse

package info (click to toggle)
pekwm 0.1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,764 kB
  • sloc: cpp: 24,213; xml: 4,985; sh: 447; perl: 429; makefile: 172; php: 1
file content (15 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (3)
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.