Start teams by default again but don't allow its notifications to steal focus
This commit is contained in:
parent
c641d78aa0
commit
a012ceecd2
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,9 @@ in
|
||||||
# Start accentor as floating window
|
# Start accentor as floating window
|
||||||
for_window [class="accentor.Main"] floating enable
|
for_window [class="accentor.Main"] floating enable
|
||||||
|
|
||||||
|
# Don't allow teams notifications to steal focus
|
||||||
|
no_focus [title="Microsoft Teams Notification"]
|
||||||
|
|
||||||
### Startup programs
|
### Startup programs
|
||||||
#
|
#
|
||||||
workspace 1
|
workspace 1
|
||||||
|
@ -93,6 +96,8 @@ in
|
||||||
exec ${pkgs.thunderbird}/bin/thunderbird
|
exec ${pkgs.thunderbird}/bin/thunderbird
|
||||||
workspace 4
|
workspace 4
|
||||||
exec ${pkgs.element-desktop}/bin/element-desktop
|
exec ${pkgs.element-desktop}/bin/element-desktop
|
||||||
|
workspace 5
|
||||||
|
exec ${pkgs.teams}/bin/teams
|
||||||
workspace 2
|
workspace 2
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue