Fix Microsoft Teams no_focus
This commit is contained in:
parent
9ae8e2ae26
commit
154150612d
1 changed files with 2 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue