focus: add basic follow mouse support

This commit is contained in:
Mikhail Kshevetskiy 2021-05-27 02:11:11 +03:00 committed by Johan Malm
parent 892e93dd84
commit 00db22e44f
5 changed files with 40 additions and 0 deletions

View file

@ -9,6 +9,8 @@
struct rcxml {
bool xdg_shell_server_side_deco;
bool focus_follow_mouse;
bool raise_on_focus;
char *theme_name;
int corner_radius;
char *font_name_activewindow;