From 3df4ade615666de9b949749590ee25e8f5948a6d Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 3 Dec 2021 22:11:09 +0000 Subject: [PATCH] rcxml.c: set default Client Right/Middle Press Raise+Focus, just as for Left Press --- src/config/rcxml.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }, }; -- 2.52.0