fix/focus: remove <focusOnTitlebarEnter> option:

- follow-mouse on SSD titlebar/title/buttons will focus toplevel
  by default
This commit is contained in:
Maik Broemme 2025-11-15 15:43:20 +01:00
parent 0ee35b3dc0
commit 813739af69
No known key found for this signature in database
GPG key ID: 27BE1125704B8B02
4 changed files with 1 additions and 16 deletions

View file

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