]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rcxml.c: set default Client Right/Middle Press
authorJohan Malm <jgm323@gmail.com>
Fri, 3 Dec 2021 22:11:09 +0000 (22:11 +0000)
committerJohan Malm <jgm323@gmail.com>
Fri, 3 Dec 2021 22:11:09 +0000 (22:11 +0000)
Raise+Focus, just as for Left Press

src/config/rcxml.c

index 1c39b0e45240c8ac4bc21a1acc473881e0aea90f..42b9564dee798324c8afa249d43cb45750921e62 100644 (file)
@@ -473,6 +473,8 @@ static struct {
        { "Frame", "A-Right", "Press", "Focus", NULL},
        { "Frame", "A-Right", "Press", "Raise", NULL},
        { "Frame", "A-Right", "Press", "Resize", NULL},
+       { "Titlebar", "Left", "Press", "Focus", NULL},
+       { "Titlebar", "Left", "Press", "Raise", NULL},
        { "TitleBar", "Left", "Press", "Move", NULL },
        { "TitleBar", "Left", "DoubleClick", "ToggleMaximize", NULL },
        { "Close", "Left", "Click", "Close", NULL },
@@ -483,8 +485,10 @@ static struct {
        { "Root", "Middle", "Press", "ShowMenu", "root-menu"},
        { "Client", "Left", "Press", "Focus", NULL},
        { "Client", "Left", "Press", "Raise", NULL},
-       { "Titlebar", "Left", "Press", "Focus", NULL},
-       { "Titlebar", "Left", "Press", "Raise", NULL},
+       { "Client", "Right", "Press", "Focus", NULL},
+       { "Client", "Right", "Press", "Raise", NULL},
+       { "Client", "Middle", "Press", "Focus", NULL},
+       { "Client", "Middle", "Press", "Raise", NULL},
        { NULL, NULL, NULL, NULL, NULL },
 };