try to autofocus new windows if they open
This commit is contained in:
parent
f94e8845b3
commit
572db1ef6a
|
@ -96,6 +96,7 @@ in
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
force_default_wallpaper = 2;
|
force_default_wallpaper = 2;
|
||||||
|
focus_on_activate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
@ -220,7 +221,7 @@ in
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
|
|
||||||
# focus change on cursor move
|
# focus change on cursor move
|
||||||
follow_mouse = 1;
|
follow_mouse = 2;
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue