...because it is probably what most people expect and it makes the
behavior consistent with that of Openbox.
Fixes: #3039
</context>
<context name="Border">
+ <mousebind button="Left" action="Press">
+ <action name="Focus" />
+ <action name="Raise" />
+ </mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize" />
</mousebind>
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",