mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
focus: add <focusOnTitlebarEnter> option to follow-mouse on SSD titlebars
This commit is contained in:
parent
9f4178955a
commit
7d9024d33a
3 changed files with 17 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue