1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 00:12:31 +01:00

SelectWindowsMouseButton -> MouseLeftButtonAction

Implement the switch from SelectWindowsMouseButton et al. to
MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's
customized defaults. Closes: #116963
This commit is contained in:
Andreas Metzler
2010-08-18 15:13:02 +02:00
committed by Carlos R. Mafra
parent 0baac21e95
commit 3289b6c772
2 changed files with 7 additions and 3 deletions

View File

@@ -34,9 +34,10 @@
IconSize = 64;
FocusMode = manual;
DisableWSMouseActions = NO;
SelectWindowsMouseButton = left;
WindowListMouseButton = middle;
ApplicationMenuMouseButton = right;
MouseLeftButtonAction = SelectWindows;
MouseMiddleButtonAction = OpenWindowListMenu;
MouseRightButtonAction = OpenApplicationsMenu;
MouseWheelAction = None;
ColormapSize = 4;
DisableDithering = NO;
ModifierKey = Mod1;