diff --git a/docs/rc.xml.all b/docs/rc.xml.all index f91985c3..a96993ab 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -376,6 +376,10 @@ + + + + diff --git a/include/config/default-bindings.h b/include/config/default-bindings.h index 12ec5c4c..08caeade 100644 --- a/include/config/default-bindings.h +++ b/include/config/default-bindings.h @@ -143,6 +143,16 @@ static struct mouse_combos { const char *name, *value; } attributes[2]; } mouse_combos[] = { { + .context = "Border", + .button = "Left", + .event = "Press", + .action = "Focus", + }, { + .context = "Border", + .button = "Left", + .event = "Press", + .action = "Raise", + }, { .context = "Border", .button = "Left", .event = "Drag",