try to autofocus new windows if they open
This commit is contained in:
parent
6a6aca18ea
commit
01a434d7e3
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue