sway: change focus mode

This commit is contained in:
steveej 2023-11-23 11:25:19 +01:00
parent df49f70ef9
commit fdb0b74625
2 changed files with 4 additions and 0 deletions

View file

@ -197,6 +197,9 @@ in {
};
window.border = 4;
# this maps to focus_on_window_activation
focus.newWindow = "urgent";
};
};