From: Johan Malm Date: Fri, 3 Dec 2021 22:11:09 +0000 (+0000) Subject: rcxml.c: set default Client Right/Middle Press X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=3df4ade615666de9b949749590ee25e8f5948a6d;p=proto%2Flabwc.git rcxml.c: set default Client Right/Middle Press Raise+Focus, just as for Left Press --- diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 1c39b0e4..42b9564d 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -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 }, };