focus: add <focusOnTitlebarEnter> option to follow-mouse on SSD titlebars

This commit is contained in:
Maik Broemme 2025-11-13 12:52:27 +01:00
parent 9f4178955a
commit 7d9024d33a
No known key found for this signature in database
GPG key ID: 27BE1125704B8B02
3 changed files with 17 additions and 0 deletions

View file

@ -199,6 +199,9 @@ struct rcxml {
float mag_scale;
float mag_increment;
bool mag_filter;
/* Focus behavior */
bool focus_titlebar_on_mouse_enter;
};
extern struct rcxml rc;