Fix Microsoft Teams no_focus

This commit is contained in:
Charlotte Van Petegem 2020-09-29 13:17:04 +02:00
parent 9ae8e2ae26
commit 154150612d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -75,7 +75,6 @@ in
];
window.commands = [
{ command = "floating enable"; criteria = { app_id = "launcher"; }; }
{ command = "no_focus"; criteria = { title = "Microsoft Teams Notification"; }; }
];
input = {
"type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; };
@ -125,6 +124,8 @@ in
exec ${pkgs.teams}/bin/teams
workspace 2
no_focus [title="Microsoft Teams Notification"]
default_border pixel
'';
extraSessionCommands = ''