try to autofocus new windows if they open

This commit is contained in:
Christoph Hollizeck 2024-09-11 10:28:42 +02:00
parent 6a6aca18ea
commit 01a434d7e3
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -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";
}; };