Stop MS Teams from autostarting
This commit is contained in:
parent
35d15a5737
commit
bde8bbb550
|
@ -337,9 +337,6 @@ exec firefox
|
||||||
assign [class=".*[Ee]macs.*"] $workspace3
|
assign [class=".*[Ee]macs.*"] $workspace3
|
||||||
# HACK Run a doom sync before launching emacs
|
# HACK Run a doom sync before launching emacs
|
||||||
exec ~/.emacs.d/bin/doom sync && exec emacs
|
exec ~/.emacs.d/bin/doom sync && exec emacs
|
||||||
# teams
|
|
||||||
assign [class="Microsoft Teams - Preview"] $workspace6
|
|
||||||
exec teams
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Assigning programs to workspaces
|
# Assigning programs to workspaces
|
||||||
|
|
Loading…
Reference in New Issue