try to autofocus new windows if they open

This commit is contained in:
Christoph Hollizeck 2024-09-11 10:28:42 +02:00
parent f94e8845b3
commit 572db1ef6a

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